FREE Random Ebook (no ads)

Random book from over 60 thousand ebooks hosted by Project Gutenberg

Was ist FREE Random Ebook (no ads)?

FREE Random Ebook (no ads) ist eine Chrome-Erweiterung, die von aerth entwickelt wurde, und ihr Hauptmerkmal ist "Random book from over 60 thousand ebooks hosted by Project Gutenberg".

Erweiterungsscreenshots

screenshot

FREE Random Ebook (no ads)-Erweiterungs-CRX-Datei herunterladen

Laden Sie FREE Random Ebook (no ads)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name FREE Random Ebook (no ads) FREE Random Ebook (no ads)
ID ldkbmjmdpdmohokgfbdiikkelnpdlibk
Offizielle URL https://chrome.google.com/webstore/detail/free-random-ebook-no-ads/ldkbmjmdpdmohokgfbdiikkelnpdlibk
Beschreibung Random book from over 60 thousand ebooks hosted by Project Gutenberg
Dateigröße 34.19 KB
Installationsanzahl 37
Aktuelle Version 1.0
Letztes Update 2019-12-08
Veröffentlichungsdatum 2019-12-08
Entwickler aerth
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}