investing.com Currencies

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

O que é investing.com Currencies?

investing.com Currencies é uma extensão do Chrome desenvolvida por İbrahim Ercan, e sua principal característica é "See live currencies by single click and get notification if you want".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão investing.com Currencies

Baixe arquivos de extensão investing.com Currencies no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
URL Oficial https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
Descrição See live currencies by single click and get notification if you want
Tamanho do Arquivo 290 KB
Contagem de Instalações 1,855
Versão Atual 3.0
Última Atualização 2024-02-23
Data de Publicação 2019-09-10
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor İbrahim Ercan
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/iercan/currency-extension
URL da Página de Ajuda https://github.com/iercan/currency-extension
URL da Página de Política de Privacidade https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
Idiomas Suportados 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"
}