Currency Converter
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Hvad er Currency Converter?
Currency Converter er en Chrome-udvidelse udviklet af John Sanchirico, og dens hovedfunktion er "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".
Udvidelsesskærmbilleder
Download Currency Converter-udvidelses-CRX-fil
Download Currency Converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kipcafhagipanajgjbklapaifbfgmbof |
Officiel URL | https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof |
Beskrivelse | Currency Converter simply adds a popup to find the equivalent of a amount currency to another. |
Filstørrelse | 76.83 KB |
Antal Installationer | 49 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2019-10-23 |
Udgivelsesdato | 2019-10-23 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | John Sanchirico |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |