Taobao Helper
Search Taobao items in browser directly
ما هو Taobao Helper؟
Taobao Helper هو إضافة Chrome تم تطويرها بواسطة https://yolo.blue، والميزة الرئيسية لها هي "Search Taobao items in browser directly".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Taobao Helper
قم بتنزيل ملفات الامتداد Taobao Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Taobao Helper gives you quick access to Taobao, just click the extension's icon, input what you want to search, then click 'Search' or hit Enter key, you're all set. By the way, you can get coupons from Taobao and other providers along the way.
معلومات أساسية عن التمديد
الاسم | Taobao Helper |
ID | dmbbmaaonmjlmomcbcpeohnkbcgcefam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/taobao-helper/dmbbmaaonmjlmomcbcpeohnkbcgcefam |
الوصف | Search Taobao items in browser directly |
حجم الملف | 94.47 KB |
عدد التثبيتات | 553 |
النسخة الحالية | 0.3.6 |
آخر تحديث | 2023-09-14 |
تاريخ النشر | 2020-06-19 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | https://yolo.blue |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://shopping.yolo.blue/ |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "version": "0.3.6", "description": "__MSG_ext_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "author": "Lei Wang", "background": { "service_worker": "scripts\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [], "short_name": "__MSG_ext_short_name__", "default_locale": "en" } |