Taobao Currency
Convert Taobao prices into any currency according to the current international exchange rate.
Wat is Taobao Currency?
Taobao Currency is een Chrome-extensie ontwikkeld door https://crx.yipinyouke.com, en de belangrijkste functie is "Convert Taobao prices into any currency according to the current international exchange rate.".
Extensie Screenshots
Download het CRX-bestand van de extensie Taobao Currency
Download Taobao Currency-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension can help you access taobao.com to convert CNY into the currency you set according to the current international exchange rate.
Basisinformatie over de Extensie
Naam | Taobao Currency |
ID | pcjfdcpdalgjpnflabncjfkkphiacpmn |
Officiële URL | https://chromewebstore.google.com/detail/taobao-currency/pcjfdcpdalgjpnflabncjfkkphiacpmn |
Beschrijving | Convert Taobao prices into any currency according to the current international exchange rate. |
Bestandsgrootte | 65.21 KB |
Aantal Installaties | 220 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2022-07-06 |
Publicatiedatum | 2022-07-05 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://crx.yipinyouke.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://crx.yipinyouke.com |
Help Pagina-URL | https://crx.yipinyouke.com/subpage/taobao_currency.html |
Ondersteunde Talen | 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" ] } |