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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}