investing.com Currencies

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

Wat is investing.com Currencies?

investing.com Currencies is een Chrome-extensie ontwikkeld door İbrahim Ercan, en de belangrijkste functie is "See live currencies by single click and get notification if you want".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie investing.com Currencies

Download investing.com Currencies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
Officiële URL https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
Beschrijving See live currencies by single click and get notification if you want
Bestandsgrootte 290 KB
Aantal Installaties 1,855
Huidige Versie 3.0
Laatst Bijgewerkt 2024-02-23
Publicatiedatum 2019-09-10
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar İbrahim Ercan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/iercan/currency-extension
Help Pagina-URL https://github.com/iercan/currency-extension
URL van de Privacybeleid Pagina https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
Ondersteunde Talen 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"
}