Sho.ink Link Shortener

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

Cos'è Sho.ink Link Shortener?

Sho.ink Link Shortener è un'estensione di Chrome sviluppata da http://sho.ink, e la sua funzione principale è "This extension allows you to easily shorten and track links using the right-click menu of your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sho.ink Link Shortener

Scarica i file di estensione Sho.ink Link Shortener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sho.ink Link Shortener Sho.ink Link Shortener
ID bldhcdnmadpmoadomdefpbbleiopblmo
URL Ufficiale https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo
Descrizione This extension allows you to easily shorten and track links using the right-click menu of your browser.
Dimensione del File 109 KB
Conteggio Installazioni 32
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2017-01-23
Data di Pubblicazione 2017-01-23
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://sho.ink
Tipo di Pagamento free
Sito Web dell'Estensione http://sho.ink
Lingue Supportate 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"
}