Taobao Currency
Convert Taobao prices into any currency according to the current international exchange rate.
ما هو Taobao Currency؟
Taobao Currency هو إضافة Chrome تم تطويرها بواسطة https://crx.yipinyouke.com، والميزة الرئيسية لها هي "Convert Taobao prices into any currency according to the current international exchange rate.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Taobao Currency
قم بتنزيل ملفات الامتداد Taobao Currency بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension can help you access taobao.com to convert CNY into the currency you set according to the current international exchange rate.
معلومات أساسية عن التمديد
الاسم | Taobao Currency |
ID | pcjfdcpdalgjpnflabncjfkkphiacpmn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/taobao-currency/pcjfdcpdalgjpnflabncjfkkphiacpmn |
الوصف | Convert Taobao prices into any currency according to the current international exchange rate. |
حجم الملف | 65.21 KB |
عدد التثبيتات | 220 |
النسخة الحالية | 0.1 |
آخر تحديث | 2022-07-06 |
تاريخ النشر | 2022-07-05 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | https://crx.yipinyouke.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://crx.yipinyouke.com |
عنوان صفحة المساعدة | https://crx.yipinyouke.com/subpage/taobao_currency.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Taobao Currency", "version": "0.1", "description": "Convert Taobao prices into any currency according to the current international exchange rate.", "icons": { "128": "\/resources\/icon-128.png", "48": "\/resources\/icon-48.png", "32": "\/resources\/icon-32.png", "16": "\/resources\/icon-16.png" }, "action": { "default_icon": "\/resources\/icon-32.png", "default_title": "Taobao Currency", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "\/scripts\/jquery.js", "\/scripts\/content.js" ], "css": [ "\/resources\/taobao_currency.css" ], "matches": [ "https:\/\/world.taobao.com\/*", "https:\/\/s.taobao.com\/*", "https:\/\/item.taobao.com\/*", "https:\/\/detail.tmall.com\/*" ] } ], "permissions": [ "storage" ] } |