Yupoo Yuan Converter

Converts Yuan to the desired currency on the Yupoo site.

Yupoo Yuan Converterคืออะไร?

Yupoo Yuan Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Krachan และคุณลักษณะหลักของมันคือ "Converts Yuan to the desired currency on the Yupoo site."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yupoo Yuan Converter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}