Currency converter +
Convert to several currencies
Currency converter +とは何ですか?
Currency converter +はgil golによって開発されたChromeの拡張機能で、その主な機能は「Convert to several currencies」です。
拡張機能のスクリーンショット
Currency converter +拡張機能のCRXファイルをダウンロード
Currency converter +拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
'Currency converter +' converts your default currency (Base currency) to several currencies by your choice from list of most used currencies. It get its updates, once a day every business day, by "European Central Bank". The state of the extension saved automatically and you can reset it back to default. In case that your credit card company add commission you can add it also in 'Currency converter +' Ver. 1.3.1 --------- Fix: - broken updating link. Ver. 1.3 --------- Add: - Add/Remove more currencies to convert. Ver. 1.24 --------- Add: - Background color. Few new background colors. - Now can enter values on other currencies. Enabled when commission unchecked. If you have any questions you can email me: [email protected] Source code: https://github.com/gilgol2016/Currency-converter Thanks, and may the extension will help you.
拡張機能の基本情報
名前 | |
ID | ikcplinpbmdhfbbkjhcpbpiiakfmllih |
公式URL | https://chrome.google.com/webstore/detail/currency-converter-+/ikcplinpbmdhfbbkjhcpbpiiakfmllih |
説明 | Convert to several currencies |
ファイルサイズ | 87.49 KB |
インストール数 | 65 |
現在のバージョン | 1.31 |
最終更新日 | 2019-04-10 |
公開日 | 2019-04-10 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | gil gol |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/gilgol2016/Currency-converter |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency converter +", "description": "Convert to several currencies", "version": "1.31", "manifest_version": 2, "permissions": [ "storage", "activeTab" ], "scripts": [ { "js": [ "jquery-3.3.1.min.js", "popup.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "19": "images\/currency_logo.png", "38": "images\/currency_logo.png" }, "default_title": "Currency converter +", "default_popup": "popup.html" }, "icons": { "16": "images\/currency_logo16.png", "48": "images\/currency_logo48.png", "64": "images\/currency_logo64.png", "128": "images\/currency_logo.png" } } |