Create Short URL

Generate short URLs using bit.ly

What is Create Short URL?

Create Short URL is a Chrome extension developed by portsaidalenbi, and its main feature is "Generate short URLs using bit.ly".

Extension Screenshots

screenshot

Download Create Short URL Extension CRX File

Download Create Short URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension enables you to quickly create shortcut links to your Bit.ly account. Simply navigate to the link you want to save and select "Create Short URL" from the context menu.                    

Extension Basic Information

Name Create Short URL Create Short URL
ID iobhlofholalpkgbeoeobhckdmfpcpce
Official URL https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce
Description Generate short URLs using bit.ly
File Size 25.01 KB
Installation Count 10,000
Current Version 0.1
Last Updated 2013-12-22
Publish Date 2013-12-22
Rating 1.64/5 Total 11 Ratings
Developer portsaidalenbi
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Create Short URL",
    "description": "Generate short URLs using bit.ly",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}