Readable Project Gutenberg

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

Co to jest Readable Project Gutenberg?

Readable Project Gutenberg to rozszerzenie Chrome opracowane przez Process Yellow, a jego główną funkcją jest „Makes the regular .html books on Project Gutenberg easier to read.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Readable Project Gutenberg

Pobierz pliki rozszerzeń Readable Project Gutenberg w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Readable Project Gutenberg Readable Project Gutenberg
ID ikeknfmhjbljoochjhkgcffkpmigpjel
Oficjalny URL https://chrome.google.com/webstore/detail/readable-project-gutenber/ikeknfmhjbljoochjhkgcffkpmigpjel
Opis Makes the regular .html books on Project Gutenberg easier to read.
Rozmiar pliku 41.24 KB
Liczba instalacji 646
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2015-01-18
Data Publikacji 2015-01-18
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Process Yellow
Typ Płatności free
Strona Rozszerzenia http://processyellow.ca/readable-gutenberg
Obsługiwane Języki 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"
    }
}