Dogecoin price

Displays the current Dogecoin price.

Что такое Dogecoin price?

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

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

screenshot
screenshot

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

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

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

                        Simple DOGE / Dogecoin price tracker.
data provided by Coinmarketcap.

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

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

Название Dogecoin price Dogecoin price
ID blbeijgoeafhgalclmhlbpmkmnlkajap
Официальный URL https://chromewebstore.google.com/detail/dogecoin-price/blbeijgoeafhgalclmhlbpmkmnlkajap
Описание Displays the current Dogecoin price.
Размер файла 115 KB
Количество установок 77
Текущая Версия 1.0
Последнее Обновление 2018-01-17
Дата публикации 2018-01-17
Рейтинг 2.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 Dogecoin price.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Dogecoin price",
    "permissions": [
        "https:\/\/coinmarketcap.com\/",
        "storage"
    ],
    "short_name": "Dogecoin Price",
    "version": "1.0"
}