Gutenberg Ebook Reader

A scaffold to save gutenberg.org's book to google drive,and read it more comfortable.

What is Gutenberg Ebook Reader?

Gutenberg Ebook Reader is a Chrome extension developed by https://owlsee.com, and its main feature is "A scaffold to save gutenberg.org's book to google drive,and read it more comfortable.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Gutenberg Ebook Reader Extension CRX File

Download Gutenberg Ebook Reader 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

                        A scaffold to save gutenberg.org's(https://www.gutenberg.org/) ebook to google drive,and read it more comfortable.

* list 'Top 100 EBooks yesterday' 
* save text book to google drive
* read text book more comfortable.

history:

1. version 1.0.1, 2018.3.28, first release.                    

Extension Basic Information

Name Gutenberg Ebook Reader Gutenberg Ebook Reader
ID ldinbflbhmhemnegaeoenjemecncpkhm
Official URL https://chrome.google.com/webstore/detail/gutenberg-ebook-reader/ldinbflbhmhemnegaeoenjemecncpkhm
Description A scaffold to save gutenberg.org's book to google drive,and read it more comfortable.
File Size 160 KB
Installation Count 1,000
Current Version 1.0.3
Last Updated 2018-04-15
Publish Date 2018-04-15
Rating 4.22/5 Total 9 Ratings
Developer https://owlsee.com
Email [email protected]
Payment Type free
Extension Website https://reader.owlsee.com/files
Help Page URL http://owlsee.com/contact
Privacy Policy Page URL https://reader.owlsee.com/legal
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gutenberg Ebook Reader",
    "description": "A scaffold to save gutenberg.org's book to google drive,and read it more comfortable.",
    "version": "1.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "img\/logo16.png",
        "24": "img\/logo24.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png",
        "256": "img\/logo256.png"
    },
    "browser_action": {
        "default_title": "Gutenberg Ebook Reader",
        "default_icon": {
            "16": "img\/logo16.png",
            "24": "img\/logo24.png",
            "32": "img\/logo32.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gutenberg.org\/*",
                "http:\/\/*.gutenberg.org\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*.gutenberg.org\/*",
        "http:\/\/*.gutenberg.org\/*"
    ]
}