Ethereum price

Displays the current Ethereum price.

Что такое Ethereum price?

Ethereum price - это расширение Chrome, разработанное ar2r, и его основная функция - "Displays the current Ethereum price.".

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

screenshot
screenshot

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

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

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

                        Simple ETH / Ethereum price tracker.
data provided by Coinmarketcap.

You can also download my other coin tracker (alt coins)
BTC Bitcoin price tracker
LTC Litecoin price tracker
XMR Monero Price tracker
ZEC Zcash price tracker
DOGE Dogecoin price tracker
DASH Dash price tracker
Please, feel free to ask for any other coin you want or any other feature.                    

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

Название Ethereum price Ethereum price
ID lfpfdkldcgcmdioidcldjcmlfacnkild
Официальный URL https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild
Описание Displays the current Ethereum price.
Размер файла 64.2 KB
Количество установок 69
Текущая Версия 1.0
Последнее Обновление 2018-01-17
Дата публикации 2018-01-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик ar2r
Тип оплаты free
Официальный сайт расширения http://allcoinindex.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        },
        "default_popup": "price.htm",
        "default_title": "Click to show more information"
    },
    "description": "Displays the current Ethereum price.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Ethereum price",
    "permissions": [
        "https:\/\/coinmarketcap.com\/",
        "storage"
    ],
    "short_name": "Ethereum Price",
    "version": "1.0"
}