Fast Exchange Rate
Fast access to current exchange rates directy from your web browser.
Cos'è Fast Exchange Rate?
Fast Exchange Rate è un'estensione di Chrome sviluppata da https://fastexrate.beling.pl, e la sua funzione principale è "Fast access to current exchange rates directy from your web browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fast Exchange Rate
Scarica i file di estensione Fast Exchange Rate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Fast Exchange Rate |
ID | pidbpembmopjeefbmajekdmhmgenbifm |
URL Ufficiale | https://chromewebstore.google.com/detail/fast-exchange-rate/pidbpembmopjeefbmajekdmhmgenbifm |
Descrizione | Fast access to current exchange rates directy from your web browser. |
Dimensione del File | 31.9 KB |
Conteggio Installazioni | 330 |
Versione Corrente | 13.1 |
Ultimo Aggiornamento | 2013-06-18 |
Data di Pubblicazione | 2013-06-18 |
Valutazione | 3.20/5 Totale 5 Valutazioni |
Sviluppatore | https://fastexrate.beling.pl |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://fastexrate.beling.pl |
URL della Pagina di Aiuto | http://fastexchangerate.uservoice.com |
Lingue Supportate | 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" ] } |