PrettySafariK12
Make K-12 Safari book list pretty
什麼是PrettySafariK12?
PrettySafariK12是由CODE4 Solutions開發的Chrome擴展程式,該擴展的主要功能是“Make K-12 Safari book list pretty”。
擴展截圖
下載PrettySafariK12擴展crx文件
下載PrettySafariK12擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Safari Online's K-12 program is an awesome resource for kids and teens to access amazing digital resources and books from O'Reilly and other publishers. Unfortunately, their interface for K-12 is pretty bad...consisting of only a list of book titles and no cover art. This plugin makes that Safari Online K-12 book list much easier to read by doing the following: - Adds book cover art where applicable. - Converts links to open in new tabs so you don't have to reload all cover art when opening books. - Modifies the layout and styles to be easy to read. This extension runs automatically in the background when you are on the Safari Online K-12 site.
擴展基本資訊
名稱 | |
ID | kjmemodcodpajfiggoljlflcocppoplh |
官方網址 | https://chrome.google.com/webstore/detail/prettysafarik12/kjmemodcodpajfiggoljlflcocppoplh |
簡介 | Make K-12 Safari book list pretty |
檔案大小 | 52.15 KB |
安裝次數 | 13 |
目前版本 | 1.0 |
更新時間 | 2015-09-05 |
上架時間 | 2015-09-05 |
開發者 | CODE4 Solutions |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PrettySafariK12", "description": "Make K-12 Safari book list pretty", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/schools.safaribooksonline.com\/titles\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery-2.1.4.min.js", "myscript.js" ] } ] } |