Tiny.ee - URL Shortener
Shorten URLs with the click of a button.
O que é Tiny.ee - URL Shortener?
Tiny.ee - URL Shortener é uma extensão do Chrome desenvolvida por https://tiny.ee, e sua principal característica é "Shorten URLs with the click of a button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tiny.ee - URL Shortener
Baixe arquivos de extensão Tiny.ee - 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
Tiny.ee is a URL shortening service, a web service that provides short aliases for redirection of long URLs. This plugin makes the process even quicker, by allowing you to shorten the page you are on, without having to go to our website. Once the URL is shortened in the prompt provided, it will automatically be selected, allowing you to copy the URL to your service. You can also click the Social Icons to share your URL to the relevant platforms.
Informações Básicas da Extensão
Nome | Tiny.ee - URL Shortener |
ID | liioijhfebcmbnjelolndbkolipcipek |
URL Oficial | https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek |
Descrição | Shorten URLs with the click of a button. |
Tamanho do Arquivo | 62.88 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0.7 |
Última Atualização | 2024-01-03 |
Data de Publicação | 2019-05-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://tiny.ee |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://tiny.ee/ |
URL da Página de Política de Privacidade | https://tiny.ee/tos |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tiny.ee - URL Shortener", "description": "Shorten URLs with the click of a button.", "version": "1.0.7", "icons": { "16": "icon_d.png", "48": "icon_d.png", "128": "icon_d.png" }, "action": { "default_icon": "icon_d.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ] } |