CurEx

The simpliest way to get currency rates from CBRF.

Wat is CurEx?

CurEx is een Chrome-extensie ontwikkeld door Sole IT, en de belangrijkste functie is "The simpliest way to get currency rates from CBRF.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CurEx

Download CurEx-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

                        Самый простой способ узнать курсы валют ЦБ РФ: Евро и Доллар США.

v1.2: Добавлена Настройка точности. Курс отображается либо 39,93, либо 39,9297                    

Basisinformatie over de Extensie

Naam CurEx CurEx
ID fmkgcedobgmmkmcgogebcameehipkiif
Officiële URL https://chromewebstore.google.com/detail/curex/fmkgcedobgmmkmcgogebcameehipkiif
Beschrijving The simpliest way to get currency rates from CBRF.
Bestandsgrootte 53.55 KB
Aantal Installaties 322
Huidige Versie 1.2.1
Laatst Bijgewerkt 2013-11-29
Publicatiedatum 2013-11-29
Beoordeling 4.60/5 Totaal 20 Beoordelingen
Ontwikkelaar Sole IT
Betalingswijze free
Ondersteunde Talen ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CurEx",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "The simpliest way to get currency rates from CBRF.",
    "options_page": "options.html",
    "icons": {
        "16": "i\/icon.png",
        "48": "i\/icon.png",
        "128": "i\/icon.png"
    },
    "browser_action": {
        "default_icon": "i\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/cbrates.rbc.ru\/"
    ]
}