Currency converter

This extension is to convert your currency to other

¿Qué es Currency converter?

Currency converter es una extensión de Chrome desarrollada por Fasalu Rahman KM, y su función principal es "This extension is to convert your currency to other".

Capturas de Pantalla de la Extensión

screenshot
screenshot
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

                        The extension is to convert your currency to 160 other currency.
you will have the following options,
- Convert your currency to 160 other currency,
- ASK and BID of the selected currency
- Based on yahoo financial Exchange 
- Get all convert result
- An option to compare all currency and its BID and ASK amount                    

Información Básica de la Extensión

Nombre Currency converter Currency converter
ID mfgmiiamglkhffmnehbmiekogaegehgk
URL Oficial https://chrome.google.com/webstore/detail/currency-converter/mfgmiiamglkhffmnehbmiekogaegehgk
Descripción This extension is to convert your currency to other
Tamaño del Archivo 89.98 KB
Cantidad de Instalaciones 37
Versión Actual 1.0
Última Actualización 2014-03-10
Fecha de Publicación 2014-03-10
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Fasalu Rahman KM
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency converter",
    "description": "This extension is to convert your currency to other",
    "version": "1.0",
    "permissions": [
        "https:\/\/query.yahooapis.com\/v1\/public\/*",
        "http:\/\/fonts.googleapis.com\/*",
        "http:\/\/code.angularjs.org\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' ",
    "browser_action": {
        "default_icon": "equal16.png",
        "default_popup": "currencyConverter.html"
    },
    "icons": {
        "16": "equal16.png",
        "48": "equal48.png",
        "128": "equal.png"
    },
    "short_name": "convert currency"
}