Tiny URL Generator
A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…
Cos'è Tiny URL Generator?
Tiny URL Generator è un'estensione di Chrome sviluppata da girishv, e la sua funzione principale è "A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tiny URL Generator
Scarica i file di estensione Tiny URL Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! 😎
Informazioni di Base sull'Estensione
Nome | Tiny URL Generator |
ID | bgcjbhljdllbeeodcoefbcmbgghmpkdl |
URL Ufficiale | https://chromewebstore.google.com/detail/tiny-url-generator/bgcjbhljdllbeeodcoefbcmbgghmpkdl |
Descrizione | A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share… |
Dimensione del File | 42.55 KB |
Conteggio Installazioni | 482 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2022-06-18 |
Data di Pubblicazione | 2022-06-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | girishv |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://url.vgirish.net/ |
URL della Pagina di Aiuto | https://github.com/Girish21/cf-url-shortener/issues |
Lingue Supportate | 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" } } |