investing.com Currencies

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

Vad är investing.com Currencies?

investing.com Currencies är en Chrome-tillägg utvecklad av İbrahim Ercan, och dess huvudfunktion är "See live currencies by single click and get notification if you want".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner investing.com Currencies-förlängningens CRX-fil

Ladda ner investing.com Currencies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
Officiell webbadress https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
Beskrivning See live currencies by single click and get notification if you want
Filstorlek 290 KB
Antal Installationer 1,855
Aktuell Version 3.0
Senast Uppdaterad 2024-02-23
Publiceringsdatum 2019-09-10
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare İbrahim Ercan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/iercan/currency-extension
Hjälpsida URL https://github.com/iercan/currency-extension
URL till Sekretesspolicy Sidan https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
Stödda Språk 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"
}