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 là gì?
Note Extractor for Kindle là một tiện ích mở rộng Chrome được phát triển bởi Note Extractor For Kindle, và tính năng chính của nó là "Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Note Extractor for Kindle
Tải xuống các tệp mở rộng Note Extractor for Kindle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Note Extractor for Kindle |
ID | ibeckfniallenijicobjjgnkebkgicgm |
URL Chính Thức | https://chromewebstore.google.com/detail/note-extractor-for-kindle/ibeckfniallenijicobjjgnkebkgicgm |
Mô tả | Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the… |
Kích Thước Tệp | 923 KB |
Số Lần Cài Đặt | 281 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2020-05-21 |
Ngày Phát Hành | 2020-05-20 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Note Extractor For Kindle |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.noteextractor.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |