Kindle Lover
The easiest way to send ebook to your Kindle!
Kindle Lover là gì?
Kindle Lover là một tiện ích mở rộng Chrome được phát triển bởi https://kindlelover.com, và tính năng chính của nó là "The easiest way to send ebook to your Kindle!".
Ả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 Kindle Lover
Tải xuống các tệp mở rộng Kindle Lover 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
Support sending eBooks from book sharing websites to your kindle. supported: - http://gen.lib.rus.ec - http://tve-4u.org - https://sachvui.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kindle Lover |
ID | omgapghelhjpgegcdmhcpjpajopoefji |
URL Chính Thức | https://chromewebstore.google.com/detail/kindle-lover/omgapghelhjpgegcdmhcpjpajopoefji |
Mô tả | The easiest way to send ebook to your Kindle! |
Kích Thước Tệp | 218 KB |
Số Lần Cài Đặt | 172 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2019-04-26 |
Ngày Phát Hành | 2019-04-26 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://kindlelover.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kindle Lover", "short_name": "Kindle lover", "version": "0.0.0.1", "description": "The easiest way to send ebook to your Kindle!", "permissions": [ "activeTab", "declarativeContent", "storage", "cookies", "http:\/\/tve-4u.org\/*", "https:\/\/sachvui.com\/*", "http:\/\/library1.org\/*" ], "options_page": "options.html", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/tve-4u.org\/*", "https:\/\/sachvui.com\/*", "http:\/\/library1.org\/*" ], "js": [ "scripts\/jquery.js", "scripts\/contentScript.js", "scripts\/toastr.js", "scripts\/toastrOptions.js", "scripts\/modal-dialog.js", "scripts\/crypto-js.min.js" ], "css": [ "styles\/toastr.min.css", "styles\/contentStyles.css", "styles\/modal-dialog.css", "styles\/modal-dialog-animate.css" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2 } |