Gutenberg Ebook Reader
A scaffold to save gutenberg.org's book to google drive,and read it more comfortable.
Co to jest Gutenberg Ebook Reader?
Gutenberg Ebook Reader to rozszerzenie Chrome opracowane przez https://owlsee.com, a jego główną funkcją jest „A scaffold to save gutenberg.org's book to google drive,and read it more comfortable.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gutenberg Ebook Reader
Pobierz pliki rozszerzeń Gutenberg Ebook Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ldinbflbhmhemnegaeoenjemecncpkhm |
Oficjalny URL | https://chrome.google.com/webstore/detail/gutenberg-ebook-reader/ldinbflbhmhemnegaeoenjemecncpkhm |
Opis | A scaffold to save gutenberg.org's book to google drive,and read it more comfortable. |
Rozmiar pliku | 160 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2018-04-15 |
Data Publikacji | 2018-04-15 |
Ocena | 4.22/5 Łącznie 9 Oceny |
Deweloper | https://owlsee.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://reader.owlsee.com/files |
Adres URL Strony Pomocy | http://owlsee.com/contact |
Adres URL Strony Polityki Prywatności | https://reader.owlsee.com/legal |
Obsługiwane Języki | 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\/*" ] } |