Mango Two - URL Shortener
Use Mango Two to generate shortened URLS for sharing.
什么是Mango Two - URL Shortener?
Mango Two - URL Shortener是由https://ashallendesign.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Use Mango Two to generate shortened URLS for sharing.”。
扩展截图
下载Mango Two - URL Shortener扩展crx文件
下载Mango Two - URL Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Mango Two - URL Shortener |
ID | edkimicnoiglhlkgeooiijbgikgkhbkd |
官方URL | https://chromewebstore.google.com/detail/mango-two-url-shortener/edkimicnoiglhlkgeooiijbgikgkhbkd |
简介 | Use Mango Two to generate shortened URLS for sharing. |
文件大小 | 190 KB |
安装次数 | 41 |
当前版本 | 0.1.0 |
更新时间 | 2022-03-07 |
上架时间 | 2022-03-07 |
评分 | 5.00/5 共1次评分 |
开发者 | https://ashallendesign.co.uk |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mangotwo.com |
支持的语言 | 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:\/\/*\/*" ] } |