SendToKindle AutoClose

Automatically closing window after page sent to kindle

Vad är SendToKindle AutoClose?

SendToKindle AutoClose är en Chrome-tillägg utvecklad av Nikita, och dess huvudfunktion är "Automatically closing window after page sent to kindle".

Tilläggsskärmbilder

screenshot

Ladda ner SendToKindle AutoClose-förlängningens CRX-fil

Ladda ner SendToKindle AutoClose-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Automatically closing window after page sent to kindle.                    

Grundläggande Information om Tillägg

Namn SendToKindle AutoClose SendToKindle AutoClose
ID danjdgehbfgnnggmapodpnkopeiljoab
Officiell webbadress https://chrome.google.com/webstore/detail/sendtokindle-autoclose/danjdgehbfgnnggmapodpnkopeiljoab
Beskrivning Automatically closing window after page sent to kindle
Filstorlek 54.7 KB
Antal Installationer 45
Aktuell Version 0.1
Senast Uppdaterad 2013-10-21
Publiceringsdatum 2013-10-21
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Nikita
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}