Currency Converter
Chrome extension with quick view badge for currency conversion(s). Open source.
Cos'è Currency Converter?
Currency Converter è un'estensione di Chrome sviluppata da Sanjeevi Rajagopalan, e la sua funzione principale è "Chrome extension with quick view badge for currency conversion(s). Open source.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Currency Converter
Scarica i file di estensione Currency Converter 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
Currency converter with a simple UI and minimal configuration. Shows default currency rate as badge in the extension icon. Light weight. Open sourced.
Informazioni di Base sull'Estensione
Nome | Currency Converter |
ID | ijmgbkmhhomkccjhajmknbfhkahhphke |
URL Ufficiale | https://chromewebstore.google.com/detail/currency-converter/ijmgbkmhhomkccjhajmknbfhkahhphke |
Descrizione | Chrome extension with quick view badge for currency conversion(s). Open source. |
Dimensione del File | 93.19 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2018-06-05 |
Data di Pubblicazione | 2018-06-04 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Sanjeevi Rajagopalan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency Converter", "version": "0.0.4", "manifest_version": 2, "description": "Chrome extension with quick view badge for currency conversion(s). Open source.", "homepage_url": "https:\/\/github.com\/sanjeevir\/currency-converter-chrome-extension", "minimum_chrome_version": "21", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "browser_action": { "default_icon": "icons\/16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "libs\/axios.min.js", "js\/background.js" ], "persistent": false }, "permissions": [ "storage" ] } |