Currency Converter

Currency Converter simply adds a popup to find the equivalent of a amount currency to another.

¿Qué es Currency Converter?

Currency Converter es una extensión de Chrome desarrollada por John Sanchirico, y su función principal es "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Currency Converter

Descarga archivos de extensión Currency Converter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Currency Converter simply adds a popup to find the equivalent of a amount currency to another.                    

Información Básica de la Extensión

Nombre Currency Converter Currency Converter
ID kipcafhagipanajgjbklapaifbfgmbof
URL Oficial https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof
Descripción Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Tamaño del Archivo 76.83 KB
Cantidad de Instalaciones 49
Versión Actual 0.1.1
Última Actualización 2019-10-23
Fecha de Publicación 2019-10-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador John Sanchirico
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}