Tiny URL Generator
A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…
Wat is Tiny URL Generator?
Tiny URL Generator is een Chrome-extensie ontwikkeld door girishv, en de belangrijkste functie is "A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…".
Extensie Screenshots
Download het CRX-bestand van de extensie Tiny URL Generator
Download Tiny URL Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! 😎
Basisinformatie over de Extensie
Naam | Tiny URL Generator |
ID | bgcjbhljdllbeeodcoefbcmbgghmpkdl |
Officiële URL | https://chromewebstore.google.com/detail/tiny-url-generator/bgcjbhljdllbeeodcoefbcmbgghmpkdl |
Beschrijving | A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share… |
Bestandsgrootte | 42.55 KB |
Aantal Installaties | 482 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2022-06-18 |
Publicatiedatum | 2022-06-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | girishv |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://url.vgirish.net/ |
Help Pagina-URL | https://github.com/Girish21/cf-url-shortener/issues |
Ondersteunde Talen | 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" } } |