SendToKindle AutoClose

Automatically closing window after page sent to kindle

Cos'è SendToKindle AutoClose?

SendToKindle AutoClose è un'estensione di Chrome sviluppata da Nikita, e la sua funzione principale è "Automatically closing window after page sent to kindle".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SendToKindle AutoClose

Scarica i file di estensione SendToKindle AutoClose 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

                        Automatically closing window after page sent to kindle.                    

Informazioni di Base sull'Estensione

Nome SendToKindle AutoClose SendToKindle AutoClose
ID danjdgehbfgnnggmapodpnkopeiljoab
URL Ufficiale https://chrome.google.com/webstore/detail/sendtokindle-autoclose/danjdgehbfgnnggmapodpnkopeiljoab
Descrizione Automatically closing window after page sent to kindle
Dimensione del File 54.7 KB
Conteggio Installazioni 45
Versione Corrente 0.1
Ultimo Aggiornamento 2013-10-21
Data di Pubblicazione 2013-10-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Nikita
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SendToKindle AutoClose",
    "description": "Automatically closing window after page sent to kindle",
    "version": "0.1",
    "permissions": [
        "tabs",
        "https:\/\/www.amazon.com\/gp\/sendtokindle\/*"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon\/s2k-icon-16.png",
        "19": "icon\/s2k-icon-19.png",
        "32": "icon\/s2k-icon-32.png",
        "64": "icon\/s2k-icon-64.png",
        "128": "icon\/s2k-icon-128.png",
        "256": "icon\/s2k-icon-256.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/gp\/sendtokindle\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}