Simple currency converter

Currency rate calculator

Vad är Simple currency converter?

Simple currency converter är en Chrome-tillägg utvecklad av MaxPax, och dess huvudfunktion är "Currency rate calculator".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Simple currency converter-förlängningens CRX-fil

Ladda ner Simple currency converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Simple currency converter Simple currency converter
ID obhemlghbbloobahdlkjmniichcandhd
Officiell webbadress https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd
Beskrivning Currency rate calculator
Filstorlek 125 KB
Antal Installationer 7,083
Aktuell Version 2.3
Senast Uppdaterad 2023-10-24
Publiceringsdatum 2020-06-10
Betyg 4.00/5 Totalt 50 Betyg
Utvecklare MaxPax
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}