Steemification - Notifications for Steemit

Display desktop notifications once new votes and comments on Steemit.com are available

Что такое Steemification - Notifications for Steemit?

Steemification - Notifications for Steemit - это расширение Chrome, разработанное steemification, и его основная функция - "Display desktop notifications once new votes and comments on Steemit.com are available".

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

screenshot

Скачать файл CRX расширения Steemification - Notifications for Steemit

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

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

                        Steemification offers the long missing notifications from the social media platform steemit.com. The development is ongoing and the extension will be improved over time.

Getting started:
#1 install the extension
#2 click on the steemit icon in your browser bar
#3 enter your account data
#4 let the notifications roll in

Any feedback for the notification may be posted via: https://steemit.com/@fleuri on the related blog post.                    

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

Название Steemification - Notifications for Steemit Steemification - Notifications for Steemit
ID blnmejicejbkcdebiobgfpjhopoahmen
Официальный URL https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen
Описание Display desktop notifications once new votes and comments on Steemit.com are available
Размер файла 45.89 KB
Количество установок 264
Текущая Версия 1.4
Последнее Обновление 2016-07-28
Дата публикации 2016-07-28
Рейтинг 3.83/5 Всего 12 оценок
Разработчик steemification
Тип оплаты free
Официальный сайт расширения https://steemit.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steemification - Notifications for Steemit",
    "short_name": "Steemification",
    "version": "1.4",
    "description": "Display desktop notifications once new votes and comments on Steemit.com are available",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "steem-rpc.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ],
    "browser_action": {
        "default_icon": "48.png",
        "default_popup": "options.html"
    }
}