Currency Converter

Currency Converter

Currency Converterとは何ですか?

Currency Converterはhttps://quickrr.comによって開発されたChromeの拡張機能で、その主な機能は「Currency Converter」です。

拡張機能のスクリーンショット

screenshot

Currency Converter拡張機能のCRXファイルをダウンロード

Currency Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Really simple currency converter. Enter sum of money, source and target currencies and it will convert in a second. Using real-time currency rate by Google Finance.


Chrome productivity extensions by http://quickrr.com                    

拡張機能の基本情報

名前 Currency Converter Currency Converter
ID bmeblomdmeijnmlhlhhfmbnknjgocpah
公式URL https://chromewebstore.google.com/detail/currency-converter/bmeblomdmeijnmlhlhhfmbnknjgocpah
説明 Currency Converter
ファイルサイズ 228 KB
インストール数 373
現在のバージョン 2.0
最終更新日 2015-03-25
公開日 2015-03-25
評価 3.66/5 合計 29 レビュー
開発者 https://quickrr.com
支払い方法 free
拡張機能のウェブサイト http://quickrr.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "name": "Currency Converter",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Currency Converter",
    "browser_action": {
        "default_icon": "cur_19.png",
        "default_popup": "popup.htm",
        "default_title": "Currency Converter"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    }
}