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. 擴展基本資訊
| 名稱 | |
| ID | edkimicnoiglhlkgeooiijbgikgkhbkd |
| 官方網址 | 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:\/\/*\/*"
]
} | |