Currency converter by Honzaik

You can easily convert any currency via this extension.

What is Currency converter by Honzaik?

Currency converter by Honzaik is a Chrome extension developed by Honzaik, and its main feature is "You can easily convert any currency via this extension.".

Extension Screenshots

screenshot
screenshot

Download Currency converter by Honzaik Extension CRX File

Download Currency converter by Honzaik 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

                        You can easily convert currencies instantly in any tab.                    

Extension Basic Information

Name Currency converter by Honzaik Currency converter by Honzaik
ID lipikfhaddhanogjjdbdmjfohoaepkmi
Official URL https://chromewebstore.google.com/detail/currency-converter-by-hon/lipikfhaddhanogjjdbdmjfohoaepkmi
Description You can easily convert any currency via this extension.
File Size 116 KB
Installation Count 168
Current Version 1.4
Last Updated 2022-10-20
Publish Date 2018-11-19
Rating 5.00/5 Total 5 Ratings
Developer Honzaik
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Currency converter by Honzaik",
    "short_name": "Currency converter",
    "description": "You can easily convert any currency via this extension.",
    "version": "1.4",
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/floatrates.com\/daily\/usd.json"
    ]
}