FREE Random Ebook (no ads)

Random book from over 60 thousand ebooks hosted by Project Gutenberg

Vad är FREE Random Ebook (no ads)?

FREE Random Ebook (no ads) är en Chrome-tillägg utvecklad av aerth, och dess huvudfunktion är "Random book from over 60 thousand ebooks hosted by Project Gutenberg".

Tilläggsskärmbilder

screenshot

Ladda ner FREE Random Ebook (no ads)-förlängningens CRX-fil

Ladda ner FREE Random Ebook (no ads)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn FREE Random Ebook (no ads) FREE Random Ebook (no ads)
ID ldkbmjmdpdmohokgfbdiikkelnpdlibk
Officiell webbadress https://chrome.google.com/webstore/detail/free-random-ebook-no-ads/ldkbmjmdpdmohokgfbdiikkelnpdlibk
Beskrivning Random book from over 60 thousand ebooks hosted by Project Gutenberg
Filstorlek 34.19 KB
Antal Installationer 37
Aktuell Version 1.0
Senast Uppdaterad 2019-12-08
Publiceringsdatum 2019-12-08
Utvecklare aerth
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}