Mango Two - URL Shortener
Use Mango Two to generate shortened URLS for sharing.
What is Mango Two - URL Shortener?
Mango Two - URL Shortener is a Chrome extension developed by https://ashallendesign.co.uk, and its main feature is "Use Mango Two to generate shortened URLS for sharing.".
Extension Screenshots
Download Mango Two - URL Shortener Extension CRX File
Download Mango Two - URL Shortener 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
Mango Two is a privacy-first, open source URL shortener. You can use it for generating short URLs for sharing with your family, friends and colleagues without worrying about invasive tracking.
Extension Basic Information
Name | Mango Two - URL Shortener |
ID | edkimicnoiglhlkgeooiijbgikgkhbkd |
Official URL | https://chromewebstore.google.com/detail/mango-two-url-shortener/edkimicnoiglhlkgeooiijbgikgkhbkd |
Description | Use Mango Two to generate shortened URLS for sharing. |
File Size | 190 KB |
Installation Count | 41 |
Current Version | 0.1.0 |
Last Updated | 2022-03-07 |
Publish Date | 2022-03-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://ashallendesign.co.uk |
[email protected] | |
Payment Type | free |
Extension Website | https://mangotwo.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mango Two - URL Shortener", "version": "0.1.0", "manifest_version": 3, "description": "Use Mango Two to generate shortened URLS for sharing.", "homepage_url": "https:\/\/mangotwo.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "default_icon": "icons\/icon19.png", "default_title": "Mango Two - URL Shortener", "default_popup": "browser_action\/browser_action.html" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/*\/*" ] } |