Taobao Currency
Convert Taobao prices into any currency according to the current international exchange rate.
Hvad er Taobao Currency?
Taobao Currency er en Chrome-udvidelse udviklet af https://crx.yipinyouke.com, og dens hovedfunktion er "Convert Taobao prices into any currency according to the current international exchange rate.".
Udvidelsesskærmbilleder
Download Taobao Currency-udvidelses-CRX-fil
Download Taobao Currency-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension can help you access taobao.com to convert CNY into the currency you set according to the current international exchange rate.
Grundlæggende oplysninger om udvidelsen
Navn | Taobao Currency |
ID | pcjfdcpdalgjpnflabncjfkkphiacpmn |
Officiel URL | https://chromewebstore.google.com/detail/taobao-currency/pcjfdcpdalgjpnflabncjfkkphiacpmn |
Beskrivelse | Convert Taobao prices into any currency according to the current international exchange rate. |
Filstørrelse | 65.21 KB |
Antal Installationer | 220 |
Nuværende Version | 0.1 |
Senest Opdateret | 2022-07-06 |
Udgivelsesdato | 2022-07-05 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | https://crx.yipinyouke.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://crx.yipinyouke.com |
Hjælpeside-URL | https://crx.yipinyouke.com/subpage/taobao_currency.html |
Understøttede Sprog | 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" ] } |