Currency Converter Plus

Chrome's Currency Converter tools. Based on CURRENCY CONVERTER development.

What is Currency Converter Plus?

Currency Converter Plus is a Chrome extension developed by Paddy, and its main feature is "Chrome's Currency Converter tools. Based on CURRENCY CONVERTER development.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Currency Converter Plus Extension CRX File

Download Currency Converter Plus 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

                        Chrome's Currency Converter tools. Based on CURRENCY CONVERTER development.

----

谷歌浏览器下货币换算工具。基于CURRENCY CONVERTER开发。                    

Extension Basic Information

Name Currency Converter Plus Currency Converter Plus
ID ifkggadeehabkpmaaelhfkpeiceilphj
Official URL https://chrome.google.com/webstore/detail/currency-converter-plus/ifkggadeehabkpmaaelhfkpeiceilphj
Description Chrome's Currency Converter tools. Based on CURRENCY CONVERTER development.
File Size 124 KB
Installation Count 953
Current Version 1.0.0
Last Updated 2019-02-17
Publish Date 2019-02-14
Rating 4.00/5 Total 13 Ratings
Developer Paddy
Email [email protected]
Payment Type free
Supported Languages de,en,en-GB,fr,nl,no,vi,da,es,it,hu,pl,sk,cs,el,ru,hi,zh-CN,zh-TW,ko
manifest.json
{
    "background": {
        "scripts": [
            "\/js\/common.js",
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/img\/64.png",
        "default_popup": "\/popup.html",
        "default_title": "__MSG_extName__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/common.js",
                "\/js\/content.js",
                "\/js\/numeral.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "\/img\/128.png",
        "32": "\/img\/32.png",
        "64": "\/img\/64.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "\/img\/64.png"
    ]
}