Currency Converter
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Was ist Currency Converter?
Currency Converter ist eine Chrome-Erweiterung, die von John Sanchirico entwickelt wurde, und ihr Hauptmerkmal ist "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".
Erweiterungsscreenshots
Currency Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Currency Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kipcafhagipanajgjbklapaifbfgmbof |
Offizielle URL | https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof |
Beschreibung | Currency Converter simply adds a popup to find the equivalent of a amount currency to another. |
Dateigröße | 76.83 KB |
Installationsanzahl | 49 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2019-10-23 |
Veröffentlichungsdatum | 2019-10-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | John Sanchirico |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |