Fast Exchange Rate

Fast access to current exchange rates directy from your web browser.

Hvad er Fast Exchange Rate?

Fast Exchange Rate er en Chrome-udvidelse udviklet af https://fastexrate.beling.pl, og dens hovedfunktion er "Fast access to current exchange rates directy from your web browser.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Fast Exchange Rate-udvidelses-CRX-fil

Download Fast Exchange Rate-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This is Chrome version of Fast Exchange Rate application. Provides fast access to currect exchange rates. One click on a button shows newest exchange rates table.

Connects only with our server to download data. Works offline after first run (shows last downloaded data before updating).                    

Grundlæggende oplysninger om udvidelsen

Navn Fast Exchange Rate Fast Exchange Rate
ID pidbpembmopjeefbmajekdmhmgenbifm
Officiel URL https://chromewebstore.google.com/detail/fast-exchange-rate/pidbpembmopjeefbmajekdmhmgenbifm
Beskrivelse Fast access to current exchange rates directy from your web browser.
Filstørrelse 31.9 KB
Antal Installationer 330
Nuværende Version 13.1
Senest Opdateret 2013-06-18
Udgivelsesdato 2013-06-18
Bedømmelse 3.20/5 Samlet 5 Bedømmelser
Udvikler https://fastexrate.beling.pl
Betalingsmetode free
Udvidelseswebsted http://fastexrate.beling.pl
Hjælpeside-URL http://fastexchangerate.uservoice.com
Understøttede Sprog en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "13.1",
    "permissions": [
        "http:\/\/fastexrate.beling.pl\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "default_locale": "pl",
    "web_accessible_resources": [
        "style.css"
    ]
}