Simple currency converter

Currency rate calculator

Co to jest Simple currency converter?

Simple currency converter to rozszerzenie Chrome opracowane przez MaxPax, a jego główną funkcją jest „Currency rate calculator”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple currency converter

Pobierz pliki rozszerzeń Simple currency converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple currency converter Simple currency converter
ID obhemlghbbloobahdlkjmniichcandhd
Oficjalny URL https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd
Opis Currency rate calculator
Rozmiar pliku 125 KB
Liczba instalacji 7,083
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2023-10-24
Data Publikacji 2020-06-10
Ocena 4.00/5 Łącznie 50 Oceny
Deweloper MaxPax
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}