Readable Project Gutenberg

Makes the regular .html books on Project Gutenberg easier to read.

Readable Project Gutenbergとは何ですか?

Readable Project GutenbergはProcess Yellowによって開発されたChromeの拡張機能で、その主な機能は「Makes the regular .html books on Project Gutenberg easier to read.」です。

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

screenshot

Readable Project Gutenberg拡張機能のCRXファイルをダウンロード

Readable Project Gutenberg拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Readable Project Gutenberg Readable Project Gutenberg
ID ikeknfmhjbljoochjhkgcffkpmigpjel
公式URL https://chrome.google.com/webstore/detail/readable-project-gutenber/ikeknfmhjbljoochjhkgcffkpmigpjel
説明 Makes the regular .html books on Project Gutenberg easier to read.
ファイルサイズ 41.24 KB
インストール数 646
現在のバージョン 0.5
最終更新日 2015-01-18
公開日 2015-01-18
評価 4.67/5 合計 3 レビュー
開発者 Process Yellow
支払い方法 free
拡張機能のウェブサイト http://processyellow.ca/readable-gutenberg
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readable Project Gutenberg",
    "description": "Makes the regular .html books on Project Gutenberg easier to read.",
    "version": "0.5",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.gutenberg.org\/files\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "scripts.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}