Currency Converter
Chrome extension with quick view badge for currency conversion(s). Open source.
What is Currency Converter?
Currency Converter is a Chrome extension developed by Sanjeevi Rajagopalan, and its main feature is "Chrome extension with quick view badge for currency conversion(s). Open source.".
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
Currency converter with a simple UI and minimal configuration. Shows default currency rate as badge in the extension icon. Light weight. Open sourced.
Extension Basic Information
Name | Currency Converter |
ID | ijmgbkmhhomkccjhajmknbfhkahhphke |
Official URL | https://chromewebstore.google.com/detail/currency-converter/ijmgbkmhhomkccjhajmknbfhkahhphke |
Description | Chrome extension with quick view badge for currency conversion(s). Open source. |
File Size | 93.19 KB |
Installation Count | 24 |
Current Version | 0.0.4 |
Last Updated | 2018-06-05 |
Publish Date | 2018-06-04 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Sanjeevi Rajagopalan |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency Converter", "version": "0.0.4", "manifest_version": 2, "description": "Chrome extension with quick view badge for currency conversion(s). Open source.", "homepage_url": "https:\/\/github.com\/sanjeevir\/currency-converter-chrome-extension", "minimum_chrome_version": "21", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "browser_action": { "default_icon": "icons\/16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "libs\/axios.min.js", "js\/background.js" ], "persistent": false }, "permissions": [ "storage" ] } |