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是由steemification开发的Chrome扩展程序,该扩展的主要功能是“Display desktop notifications once new votes and comments on Steemit.com are available”。

扩展截图

screenshot

下载Steemification - Notifications for Steemit扩展crx文件

下载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"
    }
}