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 |
| 公式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 |
| Eメール | [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
} | |