Sho.ink Link Shortener

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

Co je Sho.ink Link Shortener?

Sho.ink Link Shortener je rozšíření Chrome vyvinuté http://sho.ink, a jeho hlavní funkcí je „This extension allows you to easily shorten and track links using the right-click menu of your browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sho.ink Link Shortener

Stáhněte si soubory rozšíření Sho.ink Link Shortener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Sho.ink Link Shortener Sho.ink Link Shortener
ID bldhcdnmadpmoadomdefpbbleiopblmo
Oficiální URL https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo
Popis This extension allows you to easily shorten and track links using the right-click menu of your browser.
Velikost souboru 109 KB
Počet instalací 32
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2017-01-23
Datum Vydání 2017-01-23
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář http://sho.ink
Typ Platby free
Webové stránky Rozšíření http://sho.ink
Podporované Jazyky 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"
}