Readable Project Gutenberg

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

Cos'è Readable Project Gutenberg?

Readable Project Gutenberg è un'estensione di Chrome sviluppata da Process Yellow, e la sua funzione principale è "Makes the regular .html books on Project Gutenberg easier to read.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Readable Project Gutenberg

Scarica i file di estensione Readable Project Gutenberg in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Readable Project Gutenberg Readable Project Gutenberg
ID ikeknfmhjbljoochjhkgcffkpmigpjel
URL Ufficiale https://chrome.google.com/webstore/detail/readable-project-gutenber/ikeknfmhjbljoochjhkgcffkpmigpjel
Descrizione Makes the regular .html books on Project Gutenberg easier to read.
Dimensione del File 41.24 KB
Conteggio Installazioni 646
Versione Corrente 0.5
Ultimo Aggiornamento 2015-01-18
Data di Pubblicazione 2015-01-18
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Process Yellow
Tipo di Pagamento free
Sito Web dell'Estensione http://processyellow.ca/readable-gutenberg
Lingue Supportate 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"
    }
}