FREE Random Ebook (no ads)

Random book from over 60 thousand ebooks hosted by Project Gutenberg

Wat is FREE Random Ebook (no ads)?

FREE Random Ebook (no ads) is een Chrome-extensie ontwikkeld door aerth, en de belangrijkste functie is "Random book from over 60 thousand ebooks hosted by Project Gutenberg".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FREE Random Ebook (no ads)

Download FREE Random Ebook (no ads)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam FREE Random Ebook (no ads) FREE Random Ebook (no ads)
ID ldkbmjmdpdmohokgfbdiikkelnpdlibk
Officiële URL https://chrome.google.com/webstore/detail/free-random-ebook-no-ads/ldkbmjmdpdmohokgfbdiikkelnpdlibk
Beschrijving Random book from over 60 thousand ebooks hosted by Project Gutenberg
Bestandsgrootte 34.19 KB
Aantal Installaties 37
Huidige Versie 1.0
Laatst Bijgewerkt 2019-12-08
Publicatiedatum 2019-12-08
Ontwikkelaar aerth
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}