Send to Kindle

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

Cos'è Send to Kindle?

Send to Kindle è un'estensione di Chrome sviluppata da https://reabble.com, e la sua funzione principale è "Push news articles, blogs posts and other web content to Kindle devices.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Send to Kindle

Scarica i file di estensione Send to Kindle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Send to Kindle Send to Kindle
ID hbpbgibkeaekdamphclfbnabodigbjhd
URL Ufficiale https://chromewebstore.google.com/detail/send-to-kindle/hbpbgibkeaekdamphclfbnabodigbjhd
Descrizione Push news articles, blogs posts and other web content to Kindle devices.
Dimensione del File 10.95 KB
Conteggio Installazioni 928
Versione Corrente 2.1
Ultimo Aggiornamento 2023-03-23
Data di Pubblicazione 2020-05-28
Valutazione 4.92/5 Totale 12 Valutazioni
Sviluppatore https://reabble.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://send.reabble.com
URL della Pagina di Aiuto https://github.com/oxyry/reabble/issues
URL della Pagina della Politica sulla Privacy https://send.reabble.com/static/html/privacy.html
Lingue Supportate 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
    }
}