mub.me URL shortener
Easily shorten links with a click of a button!
ما هو mub.me URL shortener؟
mub.me URL shortener هو إضافة Chrome تم تطويرها بواسطة http://mub.me، والميزة الرئيسية لها هي "Easily shorten links with a click of a button!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة mub.me URL shortener
قم بتنزيل ملفات الامتداد mub.me URL shortener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily shorten links with a click of a button! Track your link with advanced statistics! Home Page: https://mub.me
معلومات أساسية عن التمديد
الاسم | |
ID | mhkeneekolcgmipnldfdiapdgjggoamo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo |
الوصف | Easily shorten links with a click of a button! |
حجم الملف | 54.81 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 1.2 |
آخر تحديث | 2020-08-14 |
تاريخ النشر | 2020-06-22 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://mub.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://mub.me |
عنوان صفحة المساعدة | https://mub.me/page/contact |
عنوان صفحة سياسة الخصوصية | https://mub.me/page/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mub.me URL shortener", "version": "1.2", "description": "Easily shorten links with a click of a button!", "manifest_version": 2, "offline_enabled": false, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon16.png", "default_title": "Click to shorten the current page link" }, "permissions": [ "https:\/\/mub.me\/api", "http:\/\/mub.me\/api", "tabs", "storage", "activeTab" ], "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "128": "assets\/images\/icon128.png" } } |