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 | 
| 官方網址 | 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"
    ]
}  |  |