一键发送到Kindle
将网页内容一键发送到Kindle
What is 一键发送到Kindle?
一键发送到Kindle is a Chrome extension developed by 小影, and its main feature is "将网页内容一键发送到Kindle".
Extension Screenshots
Download 一键发送到Kindle Extension CRX File
Download 一键发送到Kindle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
通过该扩展,可以一键将选取的网页内容发送到您的 Kindle 设备,如果没有选取内容,则会由扩展自动选取全部正文。使用前请在扩展选项里输入您的亚马逊邮箱,并在亚马逊网站将 [email protected] 添加到 Kindle 推送的允许列表中。
Extension Basic Information
Name | |
ID | hpphpohoimhpjigccjejlokfkdiaopof |
Official URL | https://chrome.google.com/webstore/detail/%E4%B8%80%E9%94%AE%E5%8F%91%E9%80%81%E5%88%B0kindle/hpphpohoimhpjigccjejlokfkdiaopof |
Description | 将网页内容一键发送到Kindle |
File Size | 297 KB |
Installation Count | 1,815 |
Current Version | 0.6 |
Last Updated | 2017-02-10 |
Publish Date | 2017-02-10 |
Rating | 4.55/5 Total 31 Ratings |
Developer | 小影 |
[email protected] | |
Payment Type | free |
Extension Website | http://yiest.com/kindle/ |
Help Page URL | http://yiest.com/kindle/ |
Privacy Policy Page URL | https://c7x.me/web-extension-privacy-policy.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e00\u952e\u53d1\u9001\u5230Kindle", "description": "\u5c06\u7f51\u9875\u5185\u5bb9\u4e00\u952e\u53d1\u9001\u5230Kindle", "version": "0.6", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "static\/icon\/icon16.png", "48": "static\/icon\/icon48.png", "128": "static\/icon\/icon128.png" }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "\u5c06\u9009\u53d6\u7684\u5185\u5bb9\u53d1\u9001\u5230Kindle", "default_icon": "static\/icon\/icon16.png" }, "manifest_version": 2 } |