Tiny URL Generator
A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…
Vad är Tiny URL Generator?
Tiny URL Generator är en Chrome-tillägg utvecklad av girishv, och dess huvudfunktion är "A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…".
Tilläggsskärmbilder
Ladda ner Tiny URL Generator-förlängningens CRX-fil
Ladda ner Tiny URL Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! 😎 Grundläggande Information om Tillägg
| Namn | |
| ID | bgcjbhljdllbeeodcoefbcmbgghmpkdl |
| Officiell webbadress | https://chromewebstore.google.com/detail/tiny-url-generator/bgcjbhljdllbeeodcoefbcmbgghmpkdl |
| Beskrivning | A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share… |
| Filstorlek | 42.55 KB |
| Antal Installationer | 482 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2022-06-18 |
| Publiceringsdatum | 2022-06-16 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | girishv |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://url.vgirish.net/ |
| Hjälpsida URL | https://github.com/Girish21/cf-url-shortener/issues |
| Stödda Språk | 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"
}
} | |