Currency converter by Honzaik

You can easily convert any currency via this extension.

Cos'è Currency converter by Honzaik?

Currency converter by Honzaik è un'estensione di Chrome sviluppata da Honzaik, e la sua funzione principale è "You can easily convert any currency via this extension.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Currency converter by Honzaik

Scarica i file di estensione Currency converter by Honzaik in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        You can easily convert currencies instantly in any tab.                    

Informazioni di Base sull'Estensione

Nome Currency converter by Honzaik Currency converter by Honzaik
ID lipikfhaddhanogjjdbdmjfohoaepkmi
URL Ufficiale https://chromewebstore.google.com/detail/currency-converter-by-hon/lipikfhaddhanogjjdbdmjfohoaepkmi
Descrizione You can easily convert any currency via this extension.
Dimensione del File 116 KB
Conteggio Installazioni 168
Versione Corrente 1.4
Ultimo Aggiornamento 2022-10-20
Data di Pubblicazione 2018-11-19
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Honzaik
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}