Gutenberg Ebook Reader
A scaffold to save gutenberg.org's book to google drive,and read it more comfortable.
Cos'è Gutenberg Ebook Reader?
Gutenberg Ebook Reader è un'estensione di Chrome sviluppata da https://owlsee.com, e la sua funzione principale è "A scaffold to save gutenberg.org's book to google drive,and read it more comfortable.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gutenberg Ebook Reader
Scarica i file di estensione Gutenberg Ebook Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ldinbflbhmhemnegaeoenjemecncpkhm |
URL Ufficiale | https://chrome.google.com/webstore/detail/gutenberg-ebook-reader/ldinbflbhmhemnegaeoenjemecncpkhm |
Descrizione | A scaffold to save gutenberg.org's book to google drive,and read it more comfortable. |
Dimensione del File | 160 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2018-04-15 |
Data di Pubblicazione | 2018-04-15 |
Valutazione | 4.22/5 Totale 9 Valutazioni |
Sviluppatore | https://owlsee.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://reader.owlsee.com/files |
URL della Pagina di Aiuto | http://owlsee.com/contact |
URL della Pagina della Politica sulla Privacy | https://reader.owlsee.com/legal |
Lingue Supportate | 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\/*" ] } |