Dollar Exchange Rate
Check the dollar exchange rate in your country currency
What is Dollar Exchange Rate?
Dollar Exchange Rate is a Chrome extension developed by Edgar González, and its main feature is "Check the dollar exchange rate in your country currency".
Extension Screenshots
Download Dollar Exchange Rate Extension CRX File
Download Dollar Exchange Rate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Keep track of the dollar rate in your country currency
Extension Basic Information
Name | Dollar Exchange Rate |
ID | ppjjbkfcofgeidfellinfmlgmpklajfk |
Official URL | https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk |
Description | Check the dollar exchange rate in your country currency |
File Size | 683 KB |
Installation Count | 15 |
Current Version | 1.2.0 |
Last Updated | 2019-04-04 |
Publish Date | 2019-04-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Edgar González |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |