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"
}