Mango Two - URL Shortener
Use Mango Two to generate shortened URLS for sharing.
Mango Two - URL Shortenerคืออะไร?
Mango Two - URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ashallendesign.co.uk และคุณลักษณะหลักของมันคือ "Use Mango Two to generate shortened URLS for sharing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mango Two - URL Shortener
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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:\/\/*\/*"
]
} | |