FREE Random Ebook (no ads)
Random book from over 60 thousand ebooks hosted by Project Gutenberg
What is FREE Random Ebook (no ads)?
FREE Random Ebook (no ads) is a Chrome extension developed by aerth, and its main feature is "Random book from over 60 thousand ebooks hosted by Project Gutenberg".
Extension Screenshots
Download FREE Random Ebook (no ads) Extension CRX File
Download FREE Random Ebook (no ads) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ldkbmjmdpdmohokgfbdiikkelnpdlibk |
Official URL | https://chrome.google.com/webstore/detail/free-random-ebook-no-ads/ldkbmjmdpdmohokgfbdiikkelnpdlibk |
Description | Random book from over 60 thousand ebooks hosted by Project Gutenberg |
File Size | 34.19 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2019-12-08 |
Publish Date | 2019-12-08 |
Developer | aerth |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |