Exchange rate
Show currency exchange rate,refresh ever 10 min. now support CNY USD EUR..etc.. -------------------------------------------------…
Cos'è Exchange rate?
Exchange rate è un'estensione di Chrome sviluppata da PBDm, e la sua funzione principale è "Show currency exchange rate,refresh ever 10 min. now support CNY USD EUR..etc.. -------------------------------------------------…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Exchange rate
Scarica i file di estensione 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
Show currency exchange rate,refresh ever 10 min. now support CNY USD EUR..etc.. ------------------------------------------------- Afficher le Taux de change, rafraîchir chaque 10 min. supporter CNY USD EUR .. etc .. ----------------------------------------------- 显示即时汇率,每10分钟自动刷新一次 支持 人民币 欧元 美元 等所有货币之间相互转换。 ------------------------------------------------------------- :) V2013.3.7.1修正不能选择EUR-CNY以外的汇率错误 ------------------------------------------------ Correct issue that always EUR-CNY V2014.8.19.0 更换汇率API ------------------------------------ Change API for exchange rage v2016.1.2.0 更换汇率API(http://fixer.io/) I------------------------------------ Change API for exchange rage(http://fixer.io/)
Informazioni di Base sull'Estensione
Nome | Exchange rate |
ID | lmmnnpcekkcenffbdpkkpiplflkpnlpk |
URL Ufficiale | https://chromewebstore.google.com/detail/exchange-rate/lmmnnpcekkcenffbdpkkpiplflkpnlpk |
Descrizione | Show currency exchange rate,refresh ever 10 min. now support CNY USD EUR..etc.. -------------------------------------------------… |
Dimensione del File | 51.54 KB |
Conteggio Installazioni | 185 |
Versione Corrente | 2016.1.2.0 |
Ultimo Aggiornamento | 2016-01-01 |
Data di Pubblicazione | 2016-01-01 |
Valutazione | 3.55/5 Totale 11 Valutazioni |
Sviluppatore | PBDm |
Tipo di Pagamento | free |
Lingue Supportate | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Exchange rate", "version": "2016.1.2.0", "permissions": [ "http:\/\/api.fixer.io\/" ], "default_locale": "en", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.jpg" }, "background": { "page": "background.html" } } |