Currency Converter
Currency Converter
What is Currency Converter?
Currency Converter is a Chrome extension developed by https://quickrr.com, and its main feature is "Currency Converter".
Extension Screenshots
Download Currency Converter Extension CRX File
Download Currency Converter 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
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
Extension Basic Information
Name | Currency Converter |
ID | bmeblomdmeijnmlhlhhfmbnknjgocpah |
Official URL | https://chromewebstore.google.com/detail/currency-converter/bmeblomdmeijnmlhlhhfmbnknjgocpah |
Description | Currency Converter |
File Size | 228 KB |
Installation Count | 373 |
Current Version | 2.0 |
Last Updated | 2015-03-25 |
Publish Date | 2015-03-25 |
Rating | 3.66/5 Total 29 Ratings |
Developer | https://quickrr.com |
Payment Type | free |
Extension Website | http://quickrr.com |
Supported Languages | 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" } } |