FREE Random Ebook (no ads)

Random book from over 60 thousand ebooks hosted by Project Gutenberg

Cos'è FREE Random Ebook (no ads)?

FREE Random Ebook (no ads) è un'estensione di Chrome sviluppata da aerth, e la sua funzione principale è "Random book from over 60 thousand ebooks hosted by Project Gutenberg".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FREE Random Ebook (no ads)

Scarica i file di estensione FREE Random Ebook (no ads) 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

                        Discover a new book every click! Books hosted for free by project gutenberg.

Click once to find a "Random Ebook Now", "Random Book List", and "Most Popular Books"

Fast, lightweight                    

Informazioni di Base sull'Estensione

Nome FREE Random Ebook (no ads) FREE Random Ebook (no ads)
ID ldkbmjmdpdmohokgfbdiikkelnpdlibk
URL Ufficiale https://chrome.google.com/webstore/detail/free-random-ebook-no-ads/ldkbmjmdpdmohokgfbdiikkelnpdlibk
Descrizione Random book from over 60 thousand ebooks hosted by Project Gutenberg
Dimensione del File 34.19 KB
Conteggio Installazioni 37
Versione Corrente 1.0
Ultimo Aggiornamento 2019-12-08
Data di Pubblicazione 2019-12-08
Sviluppatore aerth
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FREE Random Ebook (no ads)",
    "version": "1.0",
    "description": "Random book from over 60 thousand ebooks hosted by Project Gutenberg",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/freerandomebook-16.png",
            "32": "img\/freerandomebook-32.png",
            "128": "img\/freerandomebook-128.png"
        }
    },
    "options_page": "options.html",
    "manifest_version": 2
}