Save to Kindle

Saves web page or any text to your Kindle

Qu'est-ce que Save to Kindle ?

Save to Kindle est une extension Chrome développée par http://www.leoplay.com, et sa fonction principale est "Saves web page or any text to your Kindle".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save to Kindle

Téléchargez les fichiers d'extension Save to Kindle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Save to Kindle Save to Kindle
ID ikphkfkemdlgpgkhkpejlkecfddaohki
URL Officiel https://chrome.google.com/webstore/detail/save-to-kindle/ikphkfkemdlgpgkhkpejlkecfddaohki
Description Saves web page or any text to your Kindle
Taille du Fichier 723 KB
Nombre d'Installations 412
Version Actuelle 0.10.5
Dernière Mise à Jour 2017-05-02
Date de Publication 2017-05-02
Évaluation 4.50/5 Total 4 Évaluations
Développeur http://www.leoplay.com
Type de Paiement free
Langues Prises en Charge 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",
        "*:\/\/*\/*"
    ]
}