Currency calculator

Currency calculator

What is Currency calculator?

Currency calculator is a Chrome extension developed by Eretin Oleg, and its main feature is "Currency calculator".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Currency calculator Extension CRX File

Download Currency calculator 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

                        Allow user to convert values between different currencies.
Key features:
- Support 5 different currencies
- Provide user with up to date currencies rates
- Allow to set default currency
- Support 2 locales: english and russian                    

Extension Basic Information

Name Currency calculator Currency calculator
ID abjmkppdokelmiilmojnbcplckdofjcj
Official URL https://chrome.google.com/webstore/detail/currency-calculator/abjmkppdokelmiilmojnbcplckdofjcj
Description Currency calculator
File Size 284 KB
Installation Count 24
Current Version 0.1
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 1.50/5 Total 2 Ratings
Developer Eretin Oleg
Email [email protected]
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extName__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/api.fixer.io\/",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}