Currency Converter
Multiple Currency Converter.
What is Currency Converter?
Currency Converter is a Chrome extension developed by http://nalbam.com, and its main feature is "Multiple 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
Extension Basic Information
Name | |
ID | fhfdcaiaocdiakbpmjnagkbopcginped |
Official URL | https://chrome.google.com/webstore/detail/currency-converter/fhfdcaiaocdiakbpmjnagkbopcginped |
Description | Multiple Currency Converter. |
File Size | 213 KB |
Installation Count | 94 |
Current Version | 1.5.2 |
Last Updated | 2015-05-08 |
Publish Date | 2015-05-08 |
Rating | 3.33/5 Total 9 Ratings |
Developer | http://nalbam.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://nalbam.github.io/privacy |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency Converter", "version": "1.5.2", "manifest_version": 2, "description": "Multiple Currency Converter.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Currency Converter", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "tabs", "unlimitedStorage", "notifications", "http:\/\/*\/*" ] } |