Chilp.it URL Shortener

This extension helps to shrink your large URLs.

Chilp.it URL Shortener क्या है?

Chilp.it URL Shortener Chilp Media Group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps to shrink your large URLs."।

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

screenshot

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

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

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

                        This is the official Chrome extension for the Chilp.it URL shortener. 

You can can create short URLs of the current page by clicking the extension symbol or
pressing the keyboard shortcut Alt+Shift+C.

You can create short URLs of all links in the page by right clicking and choosing "Create shortlink"
from the context menu.

Shortlinks will be copied to your clipboard instantly.

Happy shortening.                    

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

नाम Chilp.it URL Shortener Chilp.it URL Shortener
ID jdlddbgjpiammojoflhimhfbgindkblj
आधिकारिक URL https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj
विवरण This extension helps to shrink your large URLs.
फ़ाइल का आकार 26.56 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-01-03
प्रकाशन तिथि 2017-01-03
डेवलपर Chilp Media Group
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://chilp.it/tp.htm
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chilp.it URL Shortener",
    "description": "This extension helps to shrink your large URLs.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "chilpIcon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/chilp.it\/",
        "contextMenus",
        "clipboardWrite"
    ],
    "icons": {
        "16": "chilpIcon16.png",
        "128": "chilpIcon128.png"
    },
    "commands": {
        "copyPageShortlinkToClipboard": {
            "suggested_key": {
                "default": "Alt+Shift+C",
                "mac": "Alt+Shift+C"
            },
            "description": "shorten the current page url and copy the shortlink to the clipboard"
        }
    }
}