Simple URL Shortener

This extension shows Shortened URL For the current webpage

Simple URL Shortener क्या है?

Simple URL Shortener Vishal Goyal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows Shortened URL For the current webpage"।

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

screenshot

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

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

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

                        This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co                    

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

नाम Simple URL Shortener Simple URL Shortener
ID cjifcphacfcmdmlgekkbhchcapdhgddi
आधिकारिक URL https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi
विवरण This extension shows Shortened URL For the current webpage
फ़ाइल का आकार 13.83 KB
स्थापना संख्या 121
वर्तमान संस्करण 2.0
अंतिम अपडेट 2015-10-17
प्रकाशन तिथि 2015-10-16
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Vishal Goyal
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://k2g.co
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Shortener",
    "description": "This extension shows Shortened URL For the current webpage",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}