Currency Converter
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Cos'è Currency Converter?
Currency Converter è un'estensione di Chrome sviluppata da John Sanchirico, e la sua funzione principale è "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".
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 simply adds a popup to find the equivalent of a amount currency to another.
Informazioni di Base sull'Estensione
Nome | |
ID | kipcafhagipanajgjbklapaifbfgmbof |
URL Ufficiale | https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof |
Descrizione | Currency Converter simply adds a popup to find the equivalent of a amount currency to another. |
Dimensione del File | 76.83 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2019-10-23 |
Data di Pubblicazione | 2019-10-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | John Sanchirico |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Currency Converter", "short_name": "CC", "version": "0.1.1", "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Currency Converter", "default_popup": "popup.html" } } |