Currency Converter
Our currency converter for Google Chrome is simple, fast and easy to use.
Currency Converterとは何ですか?
Currency Converterはhelpfulwebtechによって開発されたChromeの拡張機能で、その主な機能は「Our currency converter for Google Chrome is simple, fast and easy to use.」です。
拡張機能のスクリーンショット
Currency Converter拡張機能のCRXファイルをダウンロード
Currency Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Our simple and powerful currency converter allows you to convert currency from almost anywhere in the world.
拡張機能の基本情報
名前 | |
ID | oefbbnongdanddobfaabmoggfljdpjlb |
公式URL | https://chrome.google.com/webstore/detail/currency-converter/oefbbnongdanddobfaabmoggfljdpjlb |
説明 | Our currency converter for Google Chrome is simple, fast and easy to use. |
ファイルサイズ | 199 KB |
インストール数 | 44 |
現在のバージョン | 1.4 |
最終更新日 | 2022-12-29 |
公開日 | 2019-07-19 |
評価 | 4.85/5 合計 55 レビュー |
開発者 | helpfulwebtech |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,en-GB,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "JLozano", "action": { "default_icon": { "19": "assets\/icons\/19.png", "38": "assets\/icons\/38.png" }, "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Alt+W", "default": "Alt+W", "linux": "Alt+W", "mac": "Alt+W", "windows": "Alt+W" } } }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "assets\/icons\/128.png", "19": "assets\/icons\/19.png", "32": "assets\/icons\/32.png", "38": "assets\/icons\/38.png", "48": "assets\/icons\/48.png", "64": "assets\/icons\/64.png" }, "manifest_version": 3, "name": "__MSG_appName__", "offline_enabled": true, "options_ui": { "page": "options.html" }, "permissions": [ "storage" ], "version": "1.4" } |