Link shortener Xaa.Su
Quickly shorten a long link
ما هو Link shortener Xaa.Su؟
Link shortener Xaa.Su هو إضافة Chrome تم تطويرها بواسطة https://xaa.su، والميزة الرئيسية لها هي "Quickly shorten a long link".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Link shortener Xaa.Su
قم بتنزيل ملفات الامتداد Link shortener Xaa.Su بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The product is an extension or addition to the Xaa.Su site and is used to quickly (in one click) shorten links from the address bar. Being on the current page, just click on the appropriate icon in the panel and you immediately get a shortened version of your page.
معلومات أساسية عن التمديد
الاسم | Link shortener Xaa.Su |
ID | nmbfimmenknjnnhmelplbaghlokkalpc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/link-shortener-xaasu/nmbfimmenknjnnhmelplbaghlokkalpc |
الوصف | Quickly shorten a long link |
حجم الملف | 69.7 KB |
عدد التثبيتات | 251 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2019-06-09 |
تاريخ النشر | 2019-06-09 |
تقييم | 4.07/5 مجموع تقييمات 14 |
المطور | https://xaa.su |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://xaa.su/ |
اللغات المدعومة | de,en,fr,es,it,pt-PT,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.5", "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "tabs", "https:\/\/xaa.su\/ex\/*" ], "browser_action": { "default_title": "__MSG_appName__", "default_icon": "images\/48x48.png", "default_popup": "popup.html" } } |