PrettySafariK12

Make K-12 Safari book list pretty

PrettySafariK12とは何ですか?

PrettySafariK12はCODE4 Solutionsによって開発されたChromeの拡張機能で、その主な機能は「Make K-12 Safari book list pretty」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 PrettySafariK12 PrettySafariK12
ID kjmemodcodpajfiggoljlflcocppoplh
公式URL 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"
            ]
        }
    ]
}