Shibes.Org DogeCoin Tracker

This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.

Что такое Shibes.Org DogeCoin Tracker?

Shibes.Org DogeCoin Tracker - это расширение Chrome, разработанное James Shelley, и его основная функция - "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.".

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

screenshot

Скачать файл CRX расширения Shibes.Org DogeCoin Tracker

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

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

                        This extension will override your new tab page with current dogecoin price information.                    

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

Название Shibes.Org DogeCoin Tracker Shibes.Org DogeCoin Tracker
ID jedodbnokihgeijikkcneiklbcoiaijb
Официальный URL https://chromewebstore.google.com/detail/shibesorg-dogecoin-tracke/jedodbnokihgeijikkcneiklbcoiaijb
Описание This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
Размер файла 69.3 KB
Количество установок 48
Текущая Версия 1.14
Последнее Обновление 2018-01-01
Дата публикации 2018-01-01
Рейтинг 5.00/5 Всего 1 оценок
Разработчик James Shelley
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://shibes.org
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shibes.Org DogeCoin Tracker",
    "description": "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.",
    "version": "1.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/shibes.org",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}