Sho.ink Link Shortener

This extension allows you to easily shorten and track links using the right-click menu of your browser.

What is Sho.ink Link Shortener?

Sho.ink Link Shortener is a Chrome extension developed by http://sho.ink, and its main feature is "This extension allows you to easily shorten and track links using the right-click menu of your browser.".

Extension Screenshots

screenshot

Download Sho.ink Link Shortener Extension CRX File

Download Sho.ink Link Shortener 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 allows users to easily and quickly convert long URLs into short links. After you highlight a link, sho.ink adds an option in the right-click menu that will automatically create a shortened redirect link and copy it to your clipboard.

With this extension, you can shorten any link in under 5 seconds.                    

Extension Basic Information

Name Sho.ink Link Shortener Sho.ink Link Shortener
ID bldhcdnmadpmoadomdefpbbleiopblmo
Official URL https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo
Description This extension allows you to easily shorten and track links using the right-click menu of your browser.
File Size 109 KB
Installation Count 32
Current Version 0.0.0.1
Last Updated 2017-01-23
Publish Date 2017-01-23
Rating 5.00/5 Total 4 Ratings
Developer http://sho.ink
Payment Type free
Extension Website http://sho.ink
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sho.ink Link Shortener",
    "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.",
    "version": "0.0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "small-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "author": "Matthew Brennan",
    "homepage_url": "http:\/\/sho.ink"
}