Chilp.it URL Shortener
This extension helps to shrink your large URLs.
O que é Chilp.it URL Shortener?
Chilp.it URL Shortener é uma extensão do Chrome desenvolvida por Chilp Media Group, e sua principal característica é "This extension helps to shrink your large URLs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chilp.it URL Shortener
Baixe arquivos de extensão Chilp.it URL 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 is the official Chrome extension for the Chilp.it URL shortener. You can can create short URLs of the current page by clicking the extension symbol or pressing the keyboard shortcut Alt+Shift+C. You can create short URLs of all links in the page by right clicking and choosing "Create shortlink" from the context menu. Shortlinks will be copied to your clipboard instantly. Happy shortening.
Informações Básicas da Extensão
Nome | |
ID | jdlddbgjpiammojoflhimhfbgindkblj |
URL Oficial | https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj |
Descrição | This extension helps to shrink your large URLs. |
Tamanho do Arquivo | 26.56 KB |
Contagem de Instalações | 43 |
Versão Atual | 1.0 |
Última Atualização | 2017-01-03 |
Data de Publicação | 2017-01-03 |
Desenvolvedor | Chilp Media Group |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://chilp.it/tp.htm |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chilp.it URL Shortener", "description": "This extension helps to shrink your large URLs.", "version": "1.0", "browser_action": { "default_icon": "chilpIcon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "http:\/\/chilp.it\/", "contextMenus", "clipboardWrite" ], "icons": { "16": "chilpIcon16.png", "128": "chilpIcon128.png" }, "commands": { "copyPageShortlinkToClipboard": { "suggested_key": { "default": "Alt+Shift+C", "mac": "Alt+Shift+C" }, "description": "shorten the current page url and copy the shortlink to the clipboard" } } } |