Currency converter
Currency converter.
Currency converterとは何ですか?
Currency converterはhaffiidevelopeによって開発されたChromeの拡張機能で、その主な機能は「Currency converter.」です。
拡張機能のスクリーンショット
Currency converter拡張機能のCRXファイルをダウンロード
Currency converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple currency converter, that converts ISK(Icelandic Króna), USD, GBP, EUR DKK and NOK .
拡張機能の基本情報
名前 | |
ID | dbdflpagongpogienalahpmnjnjpmnog |
公式URL | https://chrome.google.com/webstore/detail/currency-converter/dbdflpagongpogienalahpmnjnjpmnog |
説明 | Currency converter. |
ファイルサイズ | 288 KB |
インストール数 | 42 |
現在のバージョン | 3.0 |
最終更新日 | 2014-09-06 |
公開日 | 2014-09-06 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | haffiidevelope |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency converter", "manifest_version": 2, "version": "3.0", "description": "Currency converter.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |