Sho.ink Link Shortener
This extension allows you to easily shorten and track links using the right-click menu of your browser.
O que é Sho.ink Link Shortener?
Sho.ink Link Shortener é uma extensão do Chrome desenvolvida por http://sho.ink, e sua principal característica é "This extension allows you to easily shorten and track links using the right-click menu of your browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sho.ink Link Shortener
Baixe arquivos de extensão Sho.ink Link Shortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bldhcdnmadpmoadomdefpbbleiopblmo |
URL Oficial | https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo |
Descrição | This extension allows you to easily shorten and track links using the right-click menu of your browser. |
Tamanho do Arquivo | 109 KB |
Contagem de Instalações | 32 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2017-01-23 |
Data de Publicação | 2017-01-23 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | http://sho.ink |
Tipo de Pagamento | free |
Site da Extensão | http://sho.ink |
Idiomas Suportados | 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" } |