Abre.ai! URL Shortener
Shorten URL of pages to send via IM, Twitter, email or wherever you want.
ما هو Abre.ai! URL Shortener؟
Abre.ai! URL Shortener هو إضافة Chrome تم تطويرها بواسطة Demartini، والميزة الرئيسية لها هي "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Abre.ai! URL Shortener
قم بتنزيل ملفات الامتداد Abre.ai! URL Shortener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shorten URLs using Abre.ai and send wherever you want. Simple, fast and very easy. After installing the extension just click on the extension icon in front of the address bar and you're done.
معلومات أساسية عن التمديد
الاسم | Abre.ai! URL Shortener |
ID | manbfoambbfcbnhmjbnbggklhoclonnb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb |
الوصف | Shorten URL of pages to send via IM, Twitter, email or wherever you want. |
حجم الملف | 54.4 KB |
عدد التثبيتات | 2,120 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2021-02-02 |
تاريخ النشر | 2016-11-10 |
تقييم | 3.92/5 مجموع تقييمات 13 |
المطور | Demartini |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://abre.ai |
عنوان صفحة المساعدة | https://github.com/demartini/abreai-url-shortener/issues |
اللغات المدعومة | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "homepage_url": "https:\/\/abre.ai", "author": "Iolar Demartini Junior", "version": "2.0.1", "manifest_version": 2, "default_locale": "pt_BR", "browser_action": { "default_icon": { "16": "assets\/images\/icons\/icon-16.png", "32": "assets\/images\/icons\/icon-32.png", "48": "assets\/images\/icons\/icon-48.png", "128": "assets\/images\/icons\/icon-128.png" }, "default_title": "__MSG_name__", "default_popup": "pages\/popup.html" }, "icons": { "16": "assets\/images\/icons\/icon-16.png", "32": "assets\/images\/icons\/icon-32.png", "48": "assets\/images\/icons\/icon-48.png", "128": "assets\/images\/icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |