Kindle Lover
The easiest way to send ebook to your Kindle!
What is Kindle Lover?
Kindle Lover is a Chrome extension developed by https://kindlelover.com, and its main feature is "The easiest way to send ebook to your Kindle!".
Extension Screenshots
Download Kindle Lover Extension CRX File
Download Kindle Lover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Support sending eBooks from book sharing websites to your kindle. supported: - http://gen.lib.rus.ec - http://tve-4u.org - https://sachvui.com
Extension Basic Information
Name | Kindle Lover |
ID | omgapghelhjpgegcdmhcpjpajopoefji |
Official URL | https://chromewebstore.google.com/detail/kindle-lover/omgapghelhjpgegcdmhcpjpajopoefji |
Description | The easiest way to send ebook to your Kindle! |
File Size | 218 KB |
Installation Count | 172 |
Current Version | 0.0.0.1 |
Last Updated | 2019-04-26 |
Publish Date | 2019-04-26 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://kindlelover.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |