Tiny URL Generator
A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…
O que é Tiny URL Generator?
Tiny URL Generator é uma extensão do Chrome desenvolvida por girishv, e sua principal característica é "A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tiny URL Generator
Baixe arquivos de extensão Tiny URL Generator 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
A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share them, and forget about them! 😎
Informações Básicas da Extensão
Nome | Tiny URL Generator |
ID | bgcjbhljdllbeeodcoefbcmbgghmpkdl |
URL Oficial | https://chromewebstore.google.com/detail/tiny-url-generator/bgcjbhljdllbeeodcoefbcmbgghmpkdl |
Descrição | A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share… |
Tamanho do Arquivo | 42.55 KB |
Contagem de Instalações | 482 |
Versão Atual | 0.1.0 |
Última Atualização | 2022-06-18 |
Data de Publicação | 2022-06-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | girishv |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://url.vgirish.net/ |
URL da Página de Ajuda | https://github.com/Girish21/cf-url-shortener/issues |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tiny URL Generator", "version": "0.1.0", "action": { "default_popup": "index.html" }, "icons": { "16": "url-share-favicon-16.png", "32": "url-share-favicon-32.png", "48": "url-share-favicon-48.png", "128": "url-share-favicon-128.png" } } |