Popup Currency Converter
Convert currency very quickly and easily. No external site, you can stay on whatever site you need! Runs completely inside a popup.
Cos'è Popup Currency Converter?
Popup Currency Converter è un'estensione di Chrome sviluppata da saqikawaay, e la sua funzione principale è "Convert currency very quickly and easily. No external site, you can stay on whatever site you need! Runs completely inside a popup.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Popup Currency Converter
Scarica i file di estensione Popup 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 is a simple popup that converts currencies without leaving the page.
If you're a currency trader, it's probably not for you.
If you're just shopping online and want to get a reasonably accurate estimate (without accounting for fees) of things, then this one is for you! Informazioni di Base sull'Estensione
| Nome | |
| ID | plfdmagpkcfdlaohpmfpehbdgiknkeec |
| URL Ufficiale | https://chromewebstore.google.com/detail/popup-currency-converter/plfdmagpkcfdlaohpmfpehbdgiknkeec |
| Descrizione | Convert currency very quickly and easily. No external site, you can stay on whatever site you need! Runs completely inside a popup. |
| Dimensione del File | 166 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 0.7 |
| Ultimo Aggiornamento | 2020-04-07 |
| Data di Pubblicazione | 2020-04-07 |
| Sviluppatore | saqikawaay |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Popup Currency Converter",
"version": "0.7",
"description": "Convert currency very quickly and easily. No external site, you can stay on whatever site you need! Runs completely inside a popup.",
"browser_action": {
"default_icon": "img\/monies.png",
"default_popup": "popup.html"
},
"icons": {
"100": "img\/monies.png"
}
} | |