investing.com Currencies

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

Hvad er investing.com Currencies?

investing.com Currencies er en Chrome-udvidelse udviklet af İbrahim Ercan, og dens hovedfunktion er "See live currencies by single click and get notification if you want".

Udvidelsesskærmbilleder

screenshot
screenshot

Download investing.com Currencies-udvidelses-CRX-fil

Download investing.com Currencies-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
Officiel URL https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
Beskrivelse See live currencies by single click and get notification if you want
Filstørrelse 290 KB
Antal Installationer 1,855
Nuværende Version 3.0
Senest Opdateret 2024-02-23
Udgivelsesdato 2019-09-10
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler İbrahim Ercan
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/iercan/currency-extension
Hjælpeside-URL https://github.com/iercan/currency-extension
URL til Fortrolighedspolitik Side https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
Understøttede Sprog 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"
}