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 |
公式URL | 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 |
Eメール | [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\/*" ] } |