Taobao Currency
Convert Taobao prices into any currency according to the current international exchange rate.
What is Taobao Currency?
Taobao Currency is a Chrome extension developed by https://crx.yipinyouke.com, and its main feature is "Convert Taobao prices into any currency according to the current international exchange rate.".
Extension Screenshots
Download Taobao Currency Extension CRX File
Download Taobao Currency extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension can help you access taobao.com to convert CNY into the currency you set according to the current international exchange rate.
Extension Basic Information
Name | Taobao Currency |
ID | pcjfdcpdalgjpnflabncjfkkphiacpmn |
Official URL | https://chromewebstore.google.com/detail/taobao-currency/pcjfdcpdalgjpnflabncjfkkphiacpmn |
Description | Convert Taobao prices into any currency according to the current international exchange rate. |
File Size | 65.21 KB |
Installation Count | 220 |
Current Version | 0.1 |
Last Updated | 2022-07-06 |
Publish Date | 2022-07-05 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://crx.yipinyouke.com |
[email protected] | |
Payment Type | free |
Extension Website | https://crx.yipinyouke.com |
Help Page URL | https://crx.yipinyouke.com/subpage/taobao_currency.html |
Supported Languages | 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" ] } |