Currency Converter
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Currency Converterとは何ですか?
Currency ConverterはJohn Sanchiricoによって開発されたChromeの拡張機能で、その主な機能は「Currency Converter simply adds a popup to find the equivalent of a amount currency to another.」です。
拡張機能のスクリーンショット
Currency Converter拡張機能のCRXファイルをダウンロード
Currency Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
拡張機能の基本情報
名前 | |
ID | kipcafhagipanajgjbklapaifbfgmbof |
公式URL | https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof |
説明 | Currency Converter simply adds a popup to find the equivalent of a amount currency to another. |
ファイルサイズ | 76.83 KB |
インストール数 | 49 |
現在のバージョン | 0.1.1 |
最終更新日 | 2019-10-23 |
公開日 | 2019-10-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | John Sanchirico |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Currency Converter", "short_name": "CC", "version": "0.1.1", "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Currency Converter", "default_popup": "popup.html" } } |