Taobao Currency
Convert Taobao prices into any currency according to the current international exchange rate.
什么是Taobao Currency?
Taobao Currency是由https://crx.yipinyouke.com开发的Chrome扩展程序,该扩展的主要功能是“Convert Taobao prices into any currency according to the current international exchange rate.”。
扩展截图
下载Taobao Currency扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |