Save to Kindle

Saves web page or any text to your Kindle

Cos'è Save to Kindle?

Save to Kindle è un'estensione di Chrome sviluppata da http://www.leoplay.com, e la sua funzione principale è "Saves web page or any text to your Kindle".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save to Kindle

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

                        Saves web page or text to your Kindle. It supports grabbing images and web pages in CJK.                    

Informazioni di Base sull'Estensione

Nome Save to Kindle Save to Kindle
ID ikphkfkemdlgpgkhkpejlkecfddaohki
URL Ufficiale https://chrome.google.com/webstore/detail/save-to-kindle/ikphkfkemdlgpgkhkpejlkecfddaohki
Descrizione Saves web page or any text to your Kindle
Dimensione del File 723 KB
Conteggio Installazioni 412
Versione Corrente 0.10.5
Ultimo Aggiornamento 2017-05-02
Data di Pubblicazione 2017-05-02
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore http://www.leoplay.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Kindle",
    "version": "0.10.5",
    "description": "Saves web page or any text to your Kindle",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "popup": "index.html",
        "default_popup": "index.html",
        "default_title": "Save to Kindle",
        "homepage_url": "http:\/\/app.leoplay.com\/stk"
    },
    "background": {
        "scripts": [
            "js\/app-build.js",
            "js\/app-shared.js",
            "crx\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "crx\/zepto.min.js",
                "crx\/stk-sci-rules.js",
                "crx\/stk-sci-decorator.js",
                "crx\/content.js"
            ],
            "css": [
                "crx\/content.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.leoplay.com:*\/*"
        ]
    },
    "web_accessible_resources": [
        "crx\/img\/crop.png",
        "crx\/img\/cut.png"
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "*:\/\/*\/*"
    ]
}