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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" ] } |