Simple URL Shortener
This extension shows Shortened URL For the current webpage
O que é Simple URL Shortener?
Simple URL Shortener é uma extensão do Chrome desenvolvida por Vishal Goyal, e sua principal característica é "This extension shows Shortened URL For the current webpage".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple URL Shortener
Baixe arquivos de extensão Simple 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 a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
Informações Básicas da Extensão
Nome | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
URL Oficial | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
Descrição | This extension shows Shortened URL For the current webpage |
Tamanho do Arquivo | 13.83 KB |
Contagem de Instalações | 121 |
Versão Atual | 2.0 |
Última Atualização | 2015-10-17 |
Data de Publicação | 2015-10-16 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Vishal Goyal |
Tipo de Pagamento | free |
Site da Extensão | http://k2g.co |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |