Short URL (Bre.is)

Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it

Short URL (Bre.is) क्या है?

Short URL (Bre.is) ChromeApps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it"।

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

screenshot

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

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

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

                        With this extension you have the possibility to create a short link of your current open page. The link is human friendly and can be easily shared, than the original full link.                    

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

नाम Short URL (Bre.is) Short URL (Bre.is)
ID gmcofljannieocjefhglfanemdmkafgg
आधिकारिक URL https://chromewebstore.google.com/detail/short-url-breis/gmcofljannieocjefhglfanemdmkafgg
विवरण Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it
फ़ाइल का आकार 4 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.0.10
अंतिम अपडेट 2020-11-13
प्रकाशन तिथि 2019-09-01
रेटिंग 4.20/5 कुल 168 रेटिंग्स
डेवलपर ChromeApps
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://bre.is
समर्थित भाषाएँ de,en,tr,pl,ru,uk
manifest.json
{
    "author": "Brevis",
    "background": {
        "persistent": true,
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Short URL (Bre.is)"
    },
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/short-url-googl\/gmcofljannieocjefhglfanemdmkafgg",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCGsLSR3IaRzbZekrjBIzsrU4pLtjKgeorfjBAZayjSmSIq4tzvqSiXQbTzrNnneG\/EJwpodJYkRazsQuKYrxwB0x8\/B7FaE+5B\/CTNHsZGsojV0fg3csmPgbvtZoB2hm5sSzR7l1v8bAPoLwTROkLV25S62dvmiNGo\/qyq1YeL+QIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10"
}