Send to Kindle

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

Was ist Send to Kindle?

Send to Kindle ist eine Chrome-Erweiterung, die von https://reabble.com entwickelt wurde, und ihr Hauptmerkmal ist "Push news articles, blogs posts and other web content to Kindle devices.".

Erweiterungsscreenshots

screenshot

Send to Kindle-Erweiterungs-CRX-Datei herunterladen

Laden Sie Send to Kindle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Send to Kindle Send to Kindle
ID hbpbgibkeaekdamphclfbnabodigbjhd
Offizielle URL https://chromewebstore.google.com/detail/send-to-kindle/hbpbgibkeaekdamphclfbnabodigbjhd
Beschreibung Push news articles, blogs posts and other web content to Kindle devices.
Dateigröße 10.95 KB
Installationsanzahl 928
Aktuelle Version 2.1
Letztes Update 2023-03-23
Veröffentlichungsdatum 2020-05-28
Bewertung 4.92/5 Insgesamt 12 Bewertungen
Entwickler https://reabble.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://send.reabble.com
Hilfeseite URL https://github.com/oxyry/reabble/issues
URL der Datenschutzrichtlinien-Seite https://send.reabble.com/static/html/privacy.html
Unterstützte Sprachen 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
    }
}