SendToKindle AutoClose

Automatically closing window after page sent to kindle

What is SendToKindle AutoClose?

SendToKindle AutoClose is a Chrome extension developed by Nikita, and its main feature is "Automatically closing window after page sent to kindle".

Extension Screenshots

screenshot

Download SendToKindle AutoClose Extension CRX File

Download SendToKindle AutoClose extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automatically closing window after page sent to kindle.                    

Extension Basic Information

Name SendToKindle AutoClose SendToKindle AutoClose
ID danjdgehbfgnnggmapodpnkopeiljoab
Official URL https://chrome.google.com/webstore/detail/sendtokindle-autoclose/danjdgehbfgnnggmapodpnkopeiljoab
Description Automatically closing window after page sent to kindle
File Size 54.7 KB
Installation Count 45
Current Version 0.1
Last Updated 2013-10-21
Publish Date 2013-10-21
Rating 5.00/5 Total 2 Ratings
Developer Nikita
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}