一键发送到Kindle

将网页内容一键发送到Kindle

Wat is 一键发送到Kindle?

一键发送到Kindle is een Chrome-extensie ontwikkeld door 小影, en de belangrijkste functie is "将网页内容一键发送到Kindle".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 一键发送到Kindle

Download 一键发送到Kindle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        通过该扩展,可以一键将选取的网页内容发送到您的 Kindle 设备,如果没有选取内容,则会由扩展自动选取全部正文。使用前请在扩展选项里输入您的亚马逊邮箱,并在亚马逊网站将 [email protected] 添加到 Kindle 推送的允许列表中。                    

Basisinformatie over de Extensie

Naam 一键发送到Kindle 一键发送到Kindle
ID hpphpohoimhpjigccjejlokfkdiaopof
Officiële URL https://chrome.google.com/webstore/detail/%E4%B8%80%E9%94%AE%E5%8F%91%E9%80%81%E5%88%B0kindle/hpphpohoimhpjigccjejlokfkdiaopof
Beschrijving 将网页内容一键发送到Kindle
Bestandsgrootte 297 KB
Aantal Installaties 1,815
Huidige Versie 0.6
Laatst Bijgewerkt 2017-02-10
Publicatiedatum 2017-02-10
Beoordeling 4.55/5 Totaal 31 Beoordelingen
Ontwikkelaar 小影
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://yiest.com/kindle/
Help Pagina-URL http://yiest.com/kindle/
URL van de Privacybeleid Pagina https://c7x.me/web-extension-privacy-policy.html
Ondersteunde Talen 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
}