Note Extractor for Kindle
Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…
Note Extractor for Kindleとは何ですか?
Note Extractor for KindleはNote Extractor For Kindleによって開発されたChromeの拡張機能で、その主な機能は「Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…」です。
拡張機能のスクリーンショット
Note Extractor for Kindle拡張機能のCRXファイルをダウンロード
Note Extractor for Kindle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the click of a button.
拡張機能の基本情報
名前 | Note Extractor for Kindle |
ID | ibeckfniallenijicobjjgnkebkgicgm |
公式URL | https://chromewebstore.google.com/detail/note-extractor-for-kindle/ibeckfniallenijicobjjgnkebkgicgm |
説明 | Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the… |
ファイルサイズ | 923 KB |
インストール数 | 281 |
現在のバージョン | 1.1.5 |
最終更新日 | 2020-05-21 |
公開日 | 2020-05-20 |
評価 | 4.13/5 合計 8 レビュー |
開発者 | Note Extractor For Kindle |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://www.noteextractor.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Extractor for Kindle", "description": "", "version": "1.1.5", "manifest_version": 2, "offline_enabled": false, "icons": { "48": "icons\/on_icon_48.png", "128": "icons\/on_icon_128.png" }, "browser_action": { "default_title": "note-extractor", "default_popup": "" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "web_accessible_resources": [ "images\/*.png", "options\/options.html" ], "content_scripts": [ { "matches": [ "https:\/\/read.amazon.com\/*", "https:\/\/read.amazon.uk\/*", "https:\/\/lesen.amazon.de\/*" ], "css": [ "content\/content.css" ], "js": [ "content\/content.js" ] } ], "permissions": [ "activeTab", "webRequest", "tabs", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.uk\/*", "storage", "cookies" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.cloudfunctions.net https:\/\/www.googleapis.com; object-src 'self'" } |