Taobao Currency
Convert Taobao prices into any currency according to the current international exchange rate.
Apa itu Taobao Currency?
Taobao Currency adalah ekstensi Chrome yang dikembangkan oleh https://crx.yipinyouke.com, dan fitur utamanya adalah "Convert Taobao prices into any currency according to the current international exchange rate.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Taobao Currency
Unduh file ekstensi Taobao Currency dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension can help you access taobao.com to convert CNY into the currency you set according to the current international exchange rate.
Informasi Dasar Ekstensi
Nama | Taobao Currency |
ID | pcjfdcpdalgjpnflabncjfkkphiacpmn |
URL Resmi | https://chromewebstore.google.com/detail/taobao-currency/pcjfdcpdalgjpnflabncjfkkphiacpmn |
Deskripsi | Convert Taobao prices into any currency according to the current international exchange rate. |
Ukuran File | 65.21 KB |
Jumlah Instalasi | 220 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2022-07-06 |
Tanggal Publikasi | 2022-07-05 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | https://crx.yipinyouke.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://crx.yipinyouke.com |
URL Halaman Bantuan | https://crx.yipinyouke.com/subpage/taobao_currency.html |
Bahasa yang Didukung | 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" ] } |