Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
O que é Best URL Shortener?
Best URL Shortener é uma extensão do Chrome desenvolvida por Wilson, e sua principal característica é "Convert long URLs or Links of websites to short and friendly ones.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Best URL Shortener
Baixe arquivos de extensão Best 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
The best URL shortening service that is fast, simple and efficient. No need to sign-up and unlimited links! For any issues, errors, bugs and enhancements, please raise your request at http://tiny.cc/exthelp. Security:- All links are carefully verified and checked before generating short url.
Informações Básicas da Extensão
Nome | Best URL Shortener |
ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
URL Oficial | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
Descrição | Convert long URLs or Links of websites to short and friendly ones. |
Tamanho do Arquivo | 226 KB |
Contagem de Instalações | 27,544 |
Versão Atual | 2.0.1 |
Última Atualização | 2023-12-29 |
Data de Publicação | 2020-01-02 |
Classificação | 4.51/5 Total de 55 Avaliações |
Desenvolvedor | Wilson |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://hybridapps.net/ |
URL da Página de Ajuda | http://tiny.cc/appshelp |
URL da Página de Política de Privacidade | http://tiny.cc/appsprivacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Best URL Shortener", "short_name": "Best URL Shortener", "version": "2.0.1", "description": "Convert long URLs or Links of websites to short and friendly ones.", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": "images\/icon.png", "default_title": "Best URL Shortener", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "contextMenus", "unlimitedStorage", "storage", "alarms", "scripting" ] } |