URL Shortener

Shortens URLs with various services.

URL Shortener क्या है?

URL Shortener Klaus Eckelt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shortens URLs with various services."।

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

screenshot
screenshot
screenshot

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

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

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

                        By clicking the extension's button the URL of the current Tab is used to create a shorter one.
The short URL will be displayed and automatically copied to your clipboard.

Services:
‣ anonym.to
‣ goo.gl
‣ is.gd
‣ t1p.de
‣ tinyurl.com:

Permissions:
‣ Access to anonym.to, is.gd, t1p.de, tinyurl.com googleapis.com: To use the services.
‣ Read browsing history: to read the current tab's URL. 
‣ Clipboard write to copy the shortened URL.

‣ Extension source code: https://bitbucket.org/keckelt/url-shorten-extension                    

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

नाम URL Shortener URL Shortener
ID ecoljajakaeclkkcakoamigglloihgao
आधिकारिक URL https://chromewebstore.google.com/detail/url-shortener/ecoljajakaeclkkcakoamigglloihgao
विवरण Shortens URLs with various services.
फ़ाइल का आकार 188 KB
स्थापना संख्या 1,873
वर्तमान संस्करण 2.2
अंतिम अपडेट 2016-07-11
प्रकाशन तिथि 2016-07-11
रेटिंग 4.71/5 कुल 17 रेटिंग्स
डेवलपर Klaus Eckelt
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bitbucket.org/keckelt/url-shorten-extension
सहायता पृष्ठ URL https://chrome.google.com/webstore/detail/url-shortener/ecoljajakaeclkkcakoamigglloihgao/support
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Shortener",
    "description": "Shortens URLs with various services.",
    "version": "2.2",
    "author": "eckelt.info",
    "icons": {
        "16": "style\/images\/icon1\/icon-16.png",
        "19": "style\/images\/icon1\/icon-19.png",
        "32": "style\/images\/icon1\/icon-32.png",
        "38": "style\/images\/icon1\/icon-38.png",
        "48": "style\/images\/icon1\/icon-48.png",
        "64": "style\/images\/icon1\/icon-64.png",
        "128": "style\/images\/icon1\/icon-128.png",
        "256": "style\/images\/icon1\/icon-256.png"
    },
    "permissions": [
        "http:\/\/anonym.to\/",
        "https:\/\/www.googleapis.com\/urlshortener\/",
        "http:\/\/is.gd\/",
        "https:\/\/is.gd\/",
        "http:\/\/t1p.de\/",
        "http:\/\/tinyurl.com\/",
        "tabs",
        "clipboardWrite",
        "storage"
    ],
    "browser_action": {
        "default_title": "Click to shorten URL.",
        "default_icon": {
            "19": "style\/images\/icon1\/icon-19.png",
            "38": "style\/images\/icon1\/icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}

संबंधित एक्सटेंशन्स