Tiny URL Generator
A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…
What is Tiny URL Generator?
Tiny URL Generator is a Chrome extension developed by girishv, and its main feature is "A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…".
Extension Screenshots
Download Tiny URL Generator Extension CRX File
Download Tiny URL Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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! 😎
Extension Basic Information
Name | Tiny URL Generator |
ID | bgcjbhljdllbeeodcoefbcmbgghmpkdl |
Official URL | https://chromewebstore.google.com/detail/tiny-url-generator/bgcjbhljdllbeeodcoefbcmbgghmpkdl |
Description | A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share… |
File Size | 42.55 KB |
Installation Count | 482 |
Current Version | 0.1.0 |
Last Updated | 2022-06-18 |
Publish Date | 2022-06-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | girishv |
[email protected] | |
Payment Type | free |
Extension Website | https://url.vgirish.net/ |
Help Page URL | https://github.com/Girish21/cf-url-shortener/issues |
Supported Languages | 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" } } |