mub.me URL shortener
Easily shorten links with a click of a button!
O que é mub.me URL shortener?
mub.me URL shortener é uma extensão do Chrome desenvolvida por http://mub.me, e sua principal característica é "Easily shorten links with a click of a button!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão mub.me URL shortener
Baixe arquivos de extensão mub.me 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
Easily shorten links with a click of a button! Track your link with advanced statistics! Home Page: https://mub.me
Informações Básicas da Extensão
Nome | |
ID | mhkeneekolcgmipnldfdiapdgjggoamo |
URL Oficial | https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo |
Descrição | Easily shorten links with a click of a button! |
Tamanho do Arquivo | 54.81 KB |
Contagem de Instalações | 38 |
Versão Atual | 1.2 |
Última Atualização | 2020-08-14 |
Data de Publicação | 2020-06-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://mub.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mub.me |
URL da Página de Ajuda | https://mub.me/page/contact |
URL da Página de Política de Privacidade | https://mub.me/page/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mub.me URL shortener", "version": "1.2", "description": "Easily shorten links with a click of a button!", "manifest_version": 2, "offline_enabled": false, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon16.png", "default_title": "Click to shorten the current page link" }, "permissions": [ "https:\/\/mub.me\/api", "http:\/\/mub.me\/api", "tabs", "storage", "activeTab" ], "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "128": "assets\/images\/icon128.png" } } |