URL Shortener Extension

Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation

URL Shortener Extension क्या है?

URL Shortener Extension Pascal Wyss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation"।

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

screenshot

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

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

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

                        Did you ever want to have your own url shortener service? With your own fancy url?
Instead of using the public services like goo.gl or bit.ly you can now have your own service with your very own domain!

All you need to do is to install the sUrl - Url shortener on your web server and you are ready to go. See: https://github.com/pawy/url_shortener

This Chrome extension enables you to shorten the currently open URL right out of your browser with just one click! 
Pretty easy eh?                    

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

नाम URL Shortener Extension URL Shortener Extension
ID mmljapacfpbakplemojcdlncjcclobmg
आधिकारिक URL https://chromewebstore.google.com/detail/url-shortener-extension/mmljapacfpbakplemojcdlncjcclobmg
विवरण Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation
फ़ाइल का आकार 62.62 KB
स्थापना संख्या 99
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2013-11-19
प्रकाशन तिथि 2013-11-19
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Pascal Wyss
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pawy/url_shortener
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Shortener Extension",
    "version": "2.0.1",
    "description": "Create short URLs directly out of Chrome. This extension needs a valid [https:\/\/github.com\/pawy\/url_shortener] installation",
    "page_action": {
        "default_icon": {
            "19": "icons\/icon_016.png",
            "38": "icons\/icon_038.png"
        },
        "default_title": "Shorten the URL",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "clipboardWrite",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon_016.png",
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png"
    },
    "homepage_url": "https:\/\/github.com\/pawy\/url_shortener"
}