Taobao Currency

Convert Taobao prices into any currency according to the current international exchange rate.

Was ist Taobao Currency?

Taobao Currency ist eine Chrome-Erweiterung, die von https://crx.yipinyouke.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert Taobao prices into any currency according to the current international exchange rate.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Taobao Currency-Erweiterungs-CRX-Datei herunterladen

Laden Sie Taobao Currency-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension can help you access taobao.com to convert CNY into the currency you set according to the current international exchange rate.                    

Grundlegende Informationen zur Erweiterung

Name Taobao Currency Taobao Currency
ID pcjfdcpdalgjpnflabncjfkkphiacpmn
Offizielle URL https://chromewebstore.google.com/detail/taobao-currency/pcjfdcpdalgjpnflabncjfkkphiacpmn
Beschreibung Convert Taobao prices into any currency according to the current international exchange rate.
Dateigröße 65.21 KB
Installationsanzahl 220
Aktuelle Version 0.1
Letztes Update 2022-07-06
Veröffentlichungsdatum 2022-07-05
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler https://crx.yipinyouke.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://crx.yipinyouke.com
Hilfeseite URL https://crx.yipinyouke.com/subpage/taobao_currency.html
Unterstützte Sprachen 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"
    ]
}