Cryptotab

CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial

Что такое Cryptotab?

Cryptotab - это расширение Chrome, разработанное Vladyslav Khrystych, и его основная функция - "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Cryptotab

Скачайте файлы расширений Cryptotab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With CryptoTab extension you can access your most-used websites very fast and also see latest top-8 cryptocurrencies rates on top.

You can easily change saved website links and using search powered by Google.

On the "Crypto shortcuts" tab you'll find most popular resources related to the world of cryptocurrencies.                    

Основная информация о расширении

Название Cryptotab Cryptotab
ID ediflhgcaolkgmfjnhjdkdncidfpobge
Официальный URL https://chromewebstore.google.com/detail/cryptotab/ediflhgcaolkgmfjnhjdkdncidfpobge
Описание CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial
Размер файла 262 KB
Количество установок 52
Текущая Версия 0.0.0.1
Последнее Обновление 2021-10-07
Дата публикации 2021-10-06
Разработчик Vladyslav Khrystych
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://vkhrystych.github.io/cryptotab-website/privacy-policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cryptotab",
    "description": "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "topSites",
        "chrome:\/\/favicon\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}