investing.com Currencies

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

Qu'est-ce que investing.com Currencies ?

investing.com Currencies est une extension Chrome développée par İbrahim Ercan, et sa fonction principale est "See live currencies by single click and get notification if you want".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension investing.com Currencies

Téléchargez les fichiers d'extension investing.com Currencies au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
URL Officiel https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
Description See live currencies by single click and get notification if you want
Taille du Fichier 290 KB
Nombre d'Installations 1,855
Version Actuelle 3.0
Dernière Mise à Jour 2024-02-23
Date de Publication 2019-09-10
Évaluation 4.67/5 Total 3 Évaluations
Développeur İbrahim Ercan
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/iercan/currency-extension
URL de la Page d'Aide https://github.com/iercan/currency-extension
URL de la Page de Politique de Confidentialité https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
Langues Prises en Charge 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"
}