TaoBao CNY to USD converter
Converts based on .15 CNY to 1 USD
TaoBao CNY to USD converterとは何ですか?
TaoBao CNY to USD converterはtextytext12によって開発されたChromeの拡張機能で、その主な機能は「Converts based on .15 CNY to 1 USD」です。
拡張機能のスクリーンショット
TaoBao CNY to USD converter拡張機能のCRXファイルをダウンロード
TaoBao CNY to USD converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Converts CNY to USD on Taobao based on a 15 cent per dollar conversion rate. Prices are not 100% accurate and not guaranteed. This extension is not guaranteed to work on every Taobao page but it will generally work on search results, item listings, Taobao storefronts, and your favorites list.
拡張機能の基本情報
名前 | TaoBao CNY to USD converter |
ID | ehknkedaccngdjgnmdifibhjmkdojbaf |
公式URL | https://chromewebstore.google.com/detail/taobao-cny-to-usd-convert/ehknkedaccngdjgnmdifibhjmkdojbaf |
説明 | Converts based on .15 CNY to 1 USD |
ファイルサイズ | 20.4 KB |
インストール数 | 201 |
現在のバージョン | 1.0 |
最終更新日 | 2022-05-10 |
公開日 | 2022-05-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | textytext12 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TaoBao CNY to USD converter", "description": "Converts based on .15 CNY to 1 USD", "version": "1.0", "manifest_version": 3, "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png", "256": "icon-256.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.taobao.com\/*" ], "js": [ "content.js" ] } ] } |