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 擴展基本資訊
| 名稱 | |
| ID | omgapghelhjpgegcdmhcpjpajopoefji |
| 官方網址 | 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
} | |