investing.com Currencies

See live currencies by single click and get notification if you want

¿Qué es investing.com Currencies?

investing.com Currencies es una extensión de Chrome desarrollada por İbrahim Ercan, y su función principal es "See live currencies by single click and get notification if you want".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión investing.com Currencies

Descarga archivos de extensión investing.com Currencies 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

                        Unofficial Investing.com extension designed to simplify tracking currencies and cryptocurrencies.

We welcome your feedback and suggestions for new features.

Recent updates include:

- Added option to sort currencies.
- Integration of all supported widget languages for seamless redirection to local pages.
- Introduction of a default tab view feature, enabling you to view currencies or cryptocurrencies as your initial screen.                    

Información Básica de la Extensión

Nombre investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
URL Oficial https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
Descripción See live currencies by single click and get notification if you want
Tamaño del Archivo 290 KB
Cantidad de Instalaciones 1,855
Versión Actual 3.0
Última Actualización 2024-02-23
Fecha de Publicación 2019-09-10
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador İbrahim Ercan
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/iercan/currency-extension
URL de la Página de Ayuda https://github.com/iercan/currency-extension
URL de la Página de Política de Privacidad https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "investing.com Currencies",
    "short_name": "investing.com",
    "description": "See live currencies by single click and get notification if you want",
    "version": "3.0",
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "16": "css\/images\/icon16.png",
        "48": "css\/images\/icon48.png",
        "128": "css\/images\/icon128.png"
    },
    "action": {
        "default_icon": "css\/images\/favicon.png",
        "default_title": "Investing Live Currencies",
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.investingwidgets.com\/",
        "https:\/\/*.investingcurrencies.com\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/investingcom-currencies\/iomjnncncpafccgaablgejamkpplgflo"
}