ePubby
Transform websites into ebooks to read anywhere.
ePubbyとは何ですか?
ePubbyはmarcusnawebによって開発されたChromeの拡張機能で、その主な機能は「Transform websites into ebooks to read anywhere.」です。
拡張機能のスクリーンショット
ePubby拡張機能のCRXファイルをダウンロード
ePubby拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ePubby is a chrome extension that give you the power to store the web. Just hold CTRL and move the mouse to the area containing the links you want to make an epub, then click, refine your selection and Convert! It's a early version, so things may go wrong sometimes, but we're working to make it better everyday. And please, respect the Terms of Service of the content you're trying to download, some content makers don't like to have their data scraped.
拡張機能の基本情報
名前 | |
ID | mbejgngflcfhhbanmcbjkfpjlgiekghg |
公式URL | https://chrome.google.com/webstore/detail/epubby/mbejgngflcfhhbanmcbjkfpjlgiekghg |
説明 | Transform websites into ebooks to read anywhere. |
ファイルサイズ | 211 KB |
インストール数 | 158 |
現在のバージョン | 0.0.1 |
最終更新日 | 2016-03-25 |
公開日 | 2016-03-25 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | marcusnaweb |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ePubby", "description": "Transform websites into ebooks to read anywhere.", "version": "0.0.1", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "popup.html" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/bootstrap\/js\/modal.js", "bower_components\/react\/react.js", "bower_components\/react\/react-dom.js", "modal.js", "main.js" ], "css": [ "main-style.css" ] } ], "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/ajax.googleapis.com\/" ] } |