Dollar Exchange Rate
Check the dollar exchange rate in your country currency
Dollar Exchange Rateとは何ですか?
Dollar Exchange RateはEdgar Gonzálezによって開発されたChromeの拡張機能で、その主な機能は「Check the dollar exchange rate in your country currency」です。
拡張機能のスクリーンショット
Dollar Exchange Rate拡張機能のCRXファイルをダウンロード
Dollar Exchange Rate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Keep track of the dollar rate in your country currency
拡張機能の基本情報
名前 | Dollar Exchange Rate |
ID | ppjjbkfcofgeidfellinfmlgmpklajfk |
公式URL | https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk |
説明 | Check the dollar exchange rate in your country currency |
ファイルサイズ | 683 KB |
インストール数 | 15 |
現在のバージョン | 1.2.0 |
最終更新日 | 2019-04-04 |
公開日 | 2019-04-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Edgar González |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dollar Exchange Rate", "version": "1.2.0", "description": "Check the dollar exchange rate in your country currency", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/16_x_16.png", "32": "images\/32_x_32.png", "48": "images\/48_x_48.png", "128": "images\/128_x_128.png" }, "permissions": [ "declarativeContent", "notifications", "alarms", "storage", "https:\/\/www.countryflags.io\/" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16_x_16.png", "32": "images\/32_x_32.png", "48": "images\/48_x_48.png", "128": "images\/128_x_128.png" } }, "options_page": "options.html" } |