Send to Kindle

Push news articles, blogs posts and other web content to Kindle devices.

什么是Send to Kindle?

Send to Kindle是由https://reabble.com开发的Chrome扩展程序,该扩展的主要功能是“Push news articles, blogs posts and other web content to Kindle devices.”。

扩展截图

screenshot

下载Send to Kindle扩展crx文件

下载Send to Kindle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Push the current web page or your own edited content to your Amazon Kindle wirelessly in just one click.

Web version:
https://send.reabble.com
https://send.reabble.cn (For China 中国)

If you prefer Bookmarklet, you can open web version to install it.                    

扩展基本信息

名称 Send to Kindle Send to Kindle
ID hbpbgibkeaekdamphclfbnabodigbjhd
官方URL https://chromewebstore.google.com/detail/send-to-kindle/hbpbgibkeaekdamphclfbnabodigbjhd
简介 Push news articles, blogs posts and other web content to Kindle devices.
文件大小 10.95 KB
安装次数 928
当前版本 2.1
更新时间 2023-03-23
上架时间 2020-05-28
评分 4.92/5 共12次评分
开发者 https://reabble.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://send.reabble.com
帮助页面URL https://github.com/oxyry/reabble/issues
隐私政策页面URL https://send.reabble.com/static/html/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Send to Kindle",
    "version": "2.1",
    "description": "Push news articles, blogs posts and other web content to Kindle devices.",
    "homepage_url": "https:\/\/send.reabble.com",
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "96": "icons\/icon-96.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Send to Kindle"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}