Readable Project Gutenberg

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

Co je Readable Project Gutenberg?

Readable Project Gutenberg je rozšíření Chrome vyvinuté Process Yellow, a jeho hlavní funkcí je „Makes the regular .html books on Project Gutenberg easier to read.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Readable Project Gutenberg

Stáhněte si soubory rozšíření Readable Project Gutenberg ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Readable Project Gutenberg Readable Project Gutenberg
ID ikeknfmhjbljoochjhkgcffkpmigpjel
Oficiální URL https://chrome.google.com/webstore/detail/readable-project-gutenber/ikeknfmhjbljoochjhkgcffkpmigpjel
Popis Makes the regular .html books on Project Gutenberg easier to read.
Velikost souboru 41.24 KB
Počet instalací 646
Aktuální Verze 0.5
Poslední Aktualizace 2015-01-18
Datum Vydání 2015-01-18
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář Process Yellow
Typ Platby free
Webové stránky Rozšíření http://processyellow.ca/readable-gutenberg
Podporované Jazyky 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"
    }
}