Currency converter by Honzaik
You can easily convert any currency via this extension.
Wat is Currency converter by Honzaik?
Currency converter by Honzaik is een Chrome-extensie ontwikkeld door Honzaik, en de belangrijkste functie is "You can easily convert any currency via this extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Currency converter by Honzaik
Download Currency converter by Honzaik-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
You can easily convert currencies instantly in any tab.
Basisinformatie over de Extensie
Naam | Currency converter by Honzaik |
ID | lipikfhaddhanogjjdbdmjfohoaepkmi |
Officiële URL | https://chromewebstore.google.com/detail/currency-converter-by-hon/lipikfhaddhanogjjdbdmjfohoaepkmi |
Beschrijving | You can easily convert any currency via this extension. |
Bestandsgrootte | 116 KB |
Aantal Installaties | 168 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2022-10-20 |
Publicatiedatum | 2018-11-19 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Honzaik |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |