Currency converter by Honzaik
You can easily convert any currency via this extension.
Currency converter by Honzaikとは何ですか?
Currency converter by HonzaikはHonzaikによって開発されたChromeの拡張機能で、その主な機能は「You can easily convert any currency via this extension.」です。
拡張機能のスクリーンショット
Currency converter by Honzaik拡張機能のCRXファイルをダウンロード
Currency converter by Honzaik拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can easily convert currencies instantly in any tab.
拡張機能の基本情報
名前 | Currency converter by Honzaik |
ID | lipikfhaddhanogjjdbdmjfohoaepkmi |
公式URL | https://chromewebstore.google.com/detail/currency-converter-by-hon/lipikfhaddhanogjjdbdmjfohoaepkmi |
説明 | You can easily convert any currency via this extension. |
ファイルサイズ | 116 KB |
インストール数 | 168 |
現在のバージョン | 1.4 |
最終更新日 | 2022-10-20 |
公開日 | 2018-11-19 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Honzaik |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Currency converter by Honzaik", "short_name": "Currency converter", "description": "You can easily convert any currency via this extension.", "version": "1.4", "action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/floatrates.com\/daily\/usd.json" ] } |