investing.com Currencies

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

Τι είναι το investing.com Currencies;

Το investing.com Currencies είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον İbrahim Ercan, και η κύρια λειτουργία του είναι "See live currencies by single click and get notification if you want".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης investing.com Currencies

Λήψη αρχείων επέκτασης investing.com Currencies σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
Επίσημο URL https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
Περιγραφή See live currencies by single click and get notification if you want
Μέγεθος Αρχείου 290 KB
Αριθμός Εγκαταστάσεων 1,855
Τρέχουσα Έκδοση 3.0
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2019-09-10
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής İbrahim Ercan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/iercan/currency-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/iercan/currency-extension
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
Υποστηριζόμενες Γλώσσες 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"
}