Kindle Lover
The easiest way to send ebook to your Kindle!
什么是Kindle Lover?
Kindle Lover是由https://kindlelover.com开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to send ebook to your Kindle!”。
扩展截图
下载Kindle Lover扩展crx文件
下载Kindle Lover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Support sending eBooks from book sharing websites to your kindle. supported: - http://gen.lib.rus.ec - http://tve-4u.org - https://sachvui.com
扩展基本信息
名称 | Kindle Lover |
ID | omgapghelhjpgegcdmhcpjpajopoefji |
官方URL | https://chromewebstore.google.com/detail/kindle-lover/omgapghelhjpgegcdmhcpjpajopoefji |
简介 | The easiest way to send ebook to your Kindle! |
文件大小 | 218 KB |
安装次数 | 172 |
当前版本 | 0.0.0.1 |
更新时间 | 2019-04-26 |
上架时间 | 2019-04-26 |
评分 | 4.50/5 共2次评分 |
开发者 | https://kindlelover.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |