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 |
| 官方網址 | 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",
"*:\/\/*\/*"
]
} | |