t5m.co URL Shortener

Shorten url with t5m.co URL Shortener

t5m.co URL Shortener क्या है?

t5m.co URL Shortener http://t5m.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorten url with t5m.co URL Shortener"।

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

screenshot

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

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

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

                        t5m.co url shortener is an extension which allows you to shorten the current website URL with the t5m.co URL Shortener service https://t5m.co/

Shrink your long urls easily by right clicking any link on any website! Better than bit.ly, tinyurl and more private then goo.gl. Use our url shortener for all of your links!                    

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

नाम t5m.co URL Shortener t5m.co URL Shortener
ID fhfonjidifmoajcbiffdkpmcddkgiali
आधिकारिक URL https://chrome.google.com/webstore/detail/t5mco-url-shortener/fhfonjidifmoajcbiffdkpmcddkgiali
विवरण Shorten url with t5m.co URL Shortener
फ़ाइल का आकार 51.95 KB
स्थापना संख्या 98
वर्तमान संस्करण 0.1.0.2
अंतिम अपडेट 2015-09-28
प्रकाशन तिथि 2015-09-28
रेटिंग 5.00/5 कुल 23 रेटिंग्स
डेवलपर http://t5m.co
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://t5m.co
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "t5m.co URL Shortener"
    },
    "name": "t5m.co URL Shortener",
    "description": "Shorten url with t5m.co URL Shortener",
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "*:\/\/*\/*",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead",
        "notifications"
    ],
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "functions.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "version": "0.1.0.2",
    "manifest_version": 2
}