Fast Exchange Rate
Fast access to current exchange rates directy from your web browser.
Vad är Fast Exchange Rate?
Fast Exchange Rate är en Chrome-tillägg utvecklad av https://fastexrate.beling.pl, och dess huvudfunktion är "Fast access to current exchange rates directy from your web browser.".
Tilläggsskärmbilder
Ladda ner Fast Exchange Rate-förlängningens CRX-fil
Ladda ner Fast Exchange Rate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Fast Exchange Rate |
ID | pidbpembmopjeefbmajekdmhmgenbifm |
Officiell webbadress | https://chromewebstore.google.com/detail/fast-exchange-rate/pidbpembmopjeefbmajekdmhmgenbifm |
Beskrivning | Fast access to current exchange rates directy from your web browser. |
Filstorlek | 31.9 KB |
Antal Installationer | 330 |
Aktuell Version | 13.1 |
Senast Uppdaterad | 2013-06-18 |
Publiceringsdatum | 2013-06-18 |
Betyg | 3.20/5 Totalt 5 Betyg |
Utvecklare | https://fastexrate.beling.pl |
Betalningssätt | free |
Tilläggswebbplats | http://fastexrate.beling.pl |
Hjälpsida URL | http://fastexchangerate.uservoice.com |
Stödda Språk | 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" ] } |