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 |
官方URL | 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" } ] } |