Currency converter

Currency converter.

What is Currency converter?

Currency converter is a Chrome extension developed by haffiidevelope, and its main feature is "Currency converter.".

Extension Screenshots

screenshot

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

                        This is a simple currency converter, that converts ISK(Icelandic Króna), USD, GBP, EUR DKK and NOK .                    

Extension Basic Information

Name Currency converter Currency converter
ID dbdflpagongpogienalahpmnjnjpmnog
Official URL https://chrome.google.com/webstore/detail/currency-converter/dbdflpagongpogienalahpmnjnjpmnog
Description Currency converter.
File Size 288 KB
Installation Count 42
Current Version 3.0
Last Updated 2014-09-06
Publish Date 2014-09-06
Rating 4.20/5 Total 5 Ratings
Developer haffiidevelope
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Currency converter",
    "manifest_version": 2,
    "version": "3.0",
    "description": "Currency converter.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}