Simple currency converter

Currency rate calculator

Wat is Simple currency converter?

Simple currency converter is een Chrome-extensie ontwikkeld door MaxPax, en de belangrijkste functie is "Currency rate calculator".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple currency converter

Download Simple currency converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Convenient financial converter. Just enter the desired amount and you will see the corresponding amount in another currency. All major fiat currencies and popular cryptocurrencies are supported.
Unused currencies can be hidden.                    

Basisinformatie over de Extensie

Naam Simple currency converter Simple currency converter
ID obhemlghbbloobahdlkjmniichcandhd
Officiële URL https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd
Beschrijving Currency rate calculator
Bestandsgrootte 125 KB
Aantal Installaties 7,083
Huidige Versie 2.3
Laatst Bijgewerkt 2023-10-24
Publicatiedatum 2020-06-10
Beoordeling 4.00/5 Totaal 50 Beoordelingen
Ontwikkelaar MaxPax
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.3",
    "default_locale": "ru",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png"
        },
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.iliz.net\/*"
    ],
    "icons": {
        "19": "icon48.png",
        "24": "icon48.png",
        "32": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}