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
Eメール [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
    }
}