Save to Kindle
Saves web page or any text to your Kindle
Save to Kindleとは何ですか?
Save to Kindleはhttp://www.leoplay.comによって開発されたChromeの拡張機能で、その主な機能は「Saves web page or any text to your Kindle」です。
拡張機能のスクリーンショット
Save to Kindle拡張機能のCRXファイルをダウンロード
Save to Kindle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Saves web page or text to your Kindle. It supports grabbing images and web pages in CJK. 拡張機能の基本情報
| 名前 | |
| ID | ikphkfkemdlgpgkhkpejlkecfddaohki |
| 公式URL | https://chrome.google.com/webstore/detail/save-to-kindle/ikphkfkemdlgpgkhkpejlkecfddaohki |
| 説明 | Saves web page or any text to your Kindle |
| ファイルサイズ | 723 KB |
| インストール数 | 412 |
| 現在のバージョン | 0.10.5 |
| 最終更新日 | 2017-05-02 |
| 公開日 | 2017-05-02 |
| 評価 | 4.50/5 合計 4 レビュー |
| 開発者 | http://www.leoplay.com |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Save to Kindle",
"version": "0.10.5",
"description": "Saves web page or any text to your Kindle",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/icon-19.png",
"38": "img\/icon-38.png"
},
"popup": "index.html",
"default_popup": "index.html",
"default_title": "Save to Kindle",
"homepage_url": "http:\/\/app.leoplay.com\/stk"
},
"background": {
"scripts": [
"js\/app-build.js",
"js\/app-shared.js",
"crx\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"crx\/zepto.min.js",
"crx\/stk-sci-rules.js",
"crx\/stk-sci-decorator.js",
"crx\/content.js"
],
"css": [
"crx\/content.css"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.leoplay.com:*\/*"
]
},
"web_accessible_resources": [
"crx\/img\/crop.png",
"crx\/img\/cut.png"
],
"options_page": "options.html",
"permissions": [
"tabs",
"storage",
"activeTab",
"*:\/\/*\/*"
]
} | |