AliExpress поиск!
Small but convenient button that will help you to work with AliExpress.com more effectively.
ما هو AliExpress поиск!؟
AliExpress поиск! هو إضافة Chrome تم تطويرها بواسطة torreks، والميزة الرئيسية لها هي "Small but convenient button that will help you to work with AliExpress.com more effectively.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AliExpress поиск!
قم بتنزيل ملفات الامتداد AliExpress поиск! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Удобное расширение для поиска товаров на AliExpress.com. Удобный поиск и быстрый доступ к основным разделам сайта.
معلومات أساسية عن التمديد
الاسم | AliExpress поиск! |
ID | okfhjjlgbofppaocgakgjfnfddkjaile |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aliexpress-%D0%BF%D0%BE%D0%B8%D1%81%D0%BA/okfhjjlgbofppaocgakgjfnfddkjaile |
الوصف | Small but convenient button that will help you to work with AliExpress.com more effectively. |
حجم الملف | 29.28 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2015-09-05 |
تاريخ النشر | 2015-09-05 |
المطور | torreks |
نوع الدفع | free |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/Icon19.png", "default_popup": "popup.html", "default_title": "__MSG_btnTooltip__" }, "content_scripts": [], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "developer": { "name": "devunion" }, "icons": { "128": "img\/Icon128.png", "16": "img\/Icon16.png", "48": "img\/Icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "version": "1.0.0" } |