Fast Exchange Rate
Fast access to current exchange rates directy from your web browser.
Co to jest Fast Exchange Rate?
Fast Exchange Rate to rozszerzenie Chrome opracowane przez https://fastexrate.beling.pl, a jego główną funkcją jest „Fast access to current exchange rates directy from your web browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fast Exchange Rate
Pobierz pliki rozszerzeń Fast Exchange Rate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | Fast Exchange Rate |
ID | pidbpembmopjeefbmajekdmhmgenbifm |
Oficjalny URL | https://chromewebstore.google.com/detail/fast-exchange-rate/pidbpembmopjeefbmajekdmhmgenbifm |
Opis | Fast access to current exchange rates directy from your web browser. |
Rozmiar pliku | 31.9 KB |
Liczba instalacji | 330 |
Aktualna Wersja | 13.1 |
Ostatnia Aktualizacja | 2013-06-18 |
Data Publikacji | 2013-06-18 |
Ocena | 3.20/5 Łącznie 5 Oceny |
Deweloper | https://fastexrate.beling.pl |
Typ Płatności | free |
Strona Rozszerzenia | http://fastexrate.beling.pl |
Adres URL Strony Pomocy | http://fastexchangerate.uservoice.com |
Obsługiwane Języki | 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" ] } |