Yupoo Yuan Converter

Converts Yuan to the desired currency on the Yupoo site.

什麼是Yupoo Yuan Converter?

Yupoo Yuan Converter是由Krachan開發的Chrome擴展程式,該擴展的主要功能是“Converts Yuan to the desired currency on the Yupoo site.”。

擴展截圖

screenshot
screenshot

下載Yupoo Yuan Converter擴展crx文件

下載Yupoo Yuan Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Yupoo Yuan Converter extension is a tool that helps users to automatically convert the prices of items listed on the Yupoo website from Chinese yuan to a desired currency. 

The extension is specifically designed for those who use the Yupoo website for buying clothes and shoes, as it can be tedious to manually convert the prices into a desired currency. With the extension, users can easily select the desired currency and the prices will be automatically converted, making shopping on Yupoo more convenient and accessible.                    

擴展基本資訊

名稱 Yupoo Yuan Converter Yupoo Yuan Converter
ID omgofpfmohdoolhihabaghdnjomopapl
官方網址 https://chromewebstore.google.com/detail/yupoo-yuan-converter/omgofpfmohdoolhihabaghdnjomopapl
簡介 Converts Yuan to the desired currency on the Yupoo site.
檔案大小 70.66 KB
安裝次數 161
目前版本 1.0
更新時間 2023-05-07
上架時間 2023-05-06
開發者 Krachan
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yupoo Yuan Converter",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Converts Yuan to the desired currency on the Yupoo site.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.yupoo.com\/*",
                "http:\/\/*.yupoo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "popup.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}