Currency calculator
Currency calculator
Wat is Currency calculator?
Currency calculator is een Chrome-extensie ontwikkeld door Eretin Oleg, en de belangrijkste functie is "Currency calculator".
Extensie Screenshots
Download het CRX-bestand van de extensie Currency calculator
Download Currency calculator-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
Allow user to convert values between different currencies. Key features: - Support 5 different currencies - Provide user with up to date currencies rates - Allow to set default currency - Support 2 locales: english and russian
Basisinformatie over de Extensie
Naam | |
ID | abjmkppdokelmiilmojnbcplckdofjcj |
Officiële URL | https://chrome.google.com/webstore/detail/currency-calculator/abjmkppdokelmiilmojnbcplckdofjcj |
Beschrijving | Currency calculator |
Bestandsgrootte | 284 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 1.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Eretin Oleg |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.1", "description": "__MSG_extName__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "http:\/\/api.fixer.io\/", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |