Taobao Currency
Convert Taobao prices into any currency according to the current international exchange rate.
Taobao Currencyとは何ですか?
Taobao Currencyはhttps://crx.yipinyouke.comによって開発されたChromeの拡張機能で、その主な機能は「Convert Taobao prices into any currency according to the current international exchange rate.」です。
拡張機能のスクリーンショット
Taobao Currency拡張機能のCRXファイルをダウンロード
Taobao Currency拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension can help you access taobao.com to convert CNY into the currency you set according to the current international exchange rate.
拡張機能の基本情報
名前 | Taobao Currency |
ID | pcjfdcpdalgjpnflabncjfkkphiacpmn |
公式URL | https://chromewebstore.google.com/detail/taobao-currency/pcjfdcpdalgjpnflabncjfkkphiacpmn |
説明 | Convert Taobao prices into any currency according to the current international exchange rate. |
ファイルサイズ | 65.21 KB |
インストール数 | 220 |
現在のバージョン | 0.1 |
最終更新日 | 2022-07-06 |
公開日 | 2022-07-05 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | https://crx.yipinyouke.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://crx.yipinyouke.com |
ヘルプページのURL | https://crx.yipinyouke.com/subpage/taobao_currency.html |
対応言語 | 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" ] } |