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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:\/\/*\/*" ] } |