investing.com Currencies

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

Was ist investing.com Currencies?

investing.com Currencies ist eine Chrome-Erweiterung, die von İbrahim Ercan entwickelt wurde, und ihr Hauptmerkmal ist "See live currencies by single click and get notification if you want".

Erweiterungsscreenshots

screenshot
screenshot

investing.com Currencies-Erweiterungs-CRX-Datei herunterladen

Laden Sie investing.com Currencies-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
Offizielle URL https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
Beschreibung See live currencies by single click and get notification if you want
Dateigröße 290 KB
Installationsanzahl 1,855
Aktuelle Version 3.0
Letztes Update 2024-02-23
Veröffentlichungsdatum 2019-09-10
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler İbrahim Ercan
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/iercan/currency-extension
Hilfeseite URL https://github.com/iercan/currency-extension
URL der Datenschutzrichtlinien-Seite https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
Unterstützte Sprachen 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"
}