Amat.su/kaze!

Browser extension for the URL shortening service, Amat.su/kaze! Amat.su is a simple URL shortening service like bit.ly and the…

Amat.su/kaze! क्या है?

Amat.su/kaze! https://amat.su द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension for the URL shortening service, Amat.su/kaze! Amat.su is a simple URL shortening service like bit.ly and the…"।

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

screenshot

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

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

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

                        Browser extension for the URL shortening service, Amat.su/kaze!

Amat.su is a simple URL shortening service like bit.ly and the like themed after the character of same name from Kantai Collection, a popular Japanese game.                    

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

नाम Amat.su/kaze! Amat.su/kaze!
ID odbkecihabhaefkjmemojlpkjmgpcgdl
आधिकारिक URL https://chromewebstore.google.com/detail/amatsukaze/odbkecihabhaefkjmemojlpkjmgpcgdl
विवरण Browser extension for the URL shortening service, Amat.su/kaze! Amat.su is a simple URL shortening service like bit.ly and the…
फ़ाइल का आकार 100 KB
स्थापना संख्या 38
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-02-11
प्रकाशन तिथि 2016-02-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://amat.su
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amat.su\/kaze!",
    "short_name": "Amat.su",
    "version": "0.1",
    "browser_action": {
        "default_icon": "img\/icon2.png",
        "default_popup": "html\/menu.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "img\/icon2.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ]
}