SendToKindle AutoClose

Automatically closing window after page sent to kindle

SendToKindle AutoClose क्या है?

SendToKindle AutoClose Nikita द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically closing window after page sent to kindle"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SendToKindle AutoClose एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automatically closing window after page sent to kindle.                    

एक्सटेंशन की मूल जानकारी

नाम SendToKindle AutoClose SendToKindle AutoClose
ID danjdgehbfgnnggmapodpnkopeiljoab
आधिकारिक URL https://chrome.google.com/webstore/detail/sendtokindle-autoclose/danjdgehbfgnnggmapodpnkopeiljoab
विवरण Automatically closing window after page sent to kindle
फ़ाइल का आकार 54.7 KB
स्थापना संख्या 45
वर्तमान संस्करण 0.1
अंतिम अपडेट 2013-10-21
प्रकाशन तिथि 2013-10-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Nikita
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}