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
公式URL 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
Eメール [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"
    }
}