Gutenberg Ebook Reader
A scaffold to save gutenberg.org's book to google drive,and read it more comfortable.
什麼是Gutenberg Ebook Reader?
Gutenberg Ebook Reader是由https://owlsee.com開發的Chrome擴展程式,該擴展的主要功能是“A scaffold to save gutenberg.org's book to google drive,and read it more comfortable.”。
擴展截圖
下載Gutenberg Ebook Reader擴展crx文件
下載Gutenberg Ebook Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ldinbflbhmhemnegaeoenjemecncpkhm |
官方網址 | https://chrome.google.com/webstore/detail/gutenberg-ebook-reader/ldinbflbhmhemnegaeoenjemecncpkhm |
簡介 | A scaffold to save gutenberg.org's book to google drive,and read it more comfortable. |
檔案大小 | 160 KB |
安裝次數 | 1,000 |
目前版本 | 1.0.3 |
更新時間 | 2018-04-15 |
上架時間 | 2018-04-15 |
評分 | 4.22/5 共 9 次評分 |
開發者 | https://owlsee.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://reader.owlsee.com/files |
說明頁面URL | http://owlsee.com/contact |
隱私政策頁面URL | https://reader.owlsee.com/legal |
支援的語言 | 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\/*" ] } |