SendToKindle AutoClose
Automatically closing window after page sent to kindle
什麼是SendToKindle AutoClose?
SendToKindle AutoClose是由Nikita開發的Chrome擴展程式,該擴展的主要功能是“Automatically closing window after page sent to kindle”。
擴展截圖
下載SendToKindle AutoClose擴展crx文件
下載SendToKindle AutoClose擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automatically closing window after page sent to kindle.
擴展基本資訊
名稱 | |
ID | danjdgehbfgnnggmapodpnkopeiljoab |
官方網址 | https://chrome.google.com/webstore/detail/sendtokindle-autoclose/danjdgehbfgnnggmapodpnkopeiljoab |
簡介 | Automatically closing window after page sent to kindle |
檔案大小 | 54.7 KB |
安裝次數 | 45 |
目前版本 | 0.1 |
更新時間 | 2013-10-21 |
上架時間 | 2013-10-21 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Nikita |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SendToKindle AutoClose", "description": "Automatically closing window after page sent to kindle", "version": "0.1", "permissions": [ "tabs", "https:\/\/www.amazon.com\/gp\/sendtokindle\/*" ], "manifest_version": 2, "icons": { "16": "icon\/s2k-icon-16.png", "19": "icon\/s2k-icon-19.png", "32": "icon\/s2k-icon-32.png", "64": "icon\/s2k-icon-64.png", "128": "icon\/s2k-icon-128.png", "256": "icon\/s2k-icon-256.png" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/www.amazon.com\/gp\/sendtokindle\/*" ], "run_at": "document_idle" } ] } |