investing.com Currencies

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

Cos'è investing.com Currencies?

investing.com Currencies è un'estensione di Chrome sviluppata da İbrahim Ercan, e la sua funzione principale è "See live currencies by single click and get notification if you want".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione investing.com Currencies

Scarica i file di estensione investing.com Currencies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
URL Ufficiale https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
Descrizione See live currencies by single click and get notification if you want
Dimensione del File 290 KB
Conteggio Installazioni 1,855
Versione Corrente 3.0
Ultimo Aggiornamento 2024-02-23
Data di Pubblicazione 2019-09-10
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore İbrahim Ercan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/iercan/currency-extension
URL della Pagina di Aiuto https://github.com/iercan/currency-extension
URL della Pagina della Politica sulla Privacy https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
Lingue Supportate 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"
}