Steemification - Notifications for Steemit

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

What is Steemification - Notifications for Steemit?

Steemification - Notifications for Steemit is a Chrome extension developed by steemification, and its main feature is "Display desktop notifications once new votes and comments on Steemit.com are available".

Extension Screenshots

screenshot

Download Steemification - Notifications for Steemit Extension CRX File

Download Steemification - Notifications for Steemit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Steemification - Notifications for Steemit Steemification - Notifications for Steemit
ID blnmejicejbkcdebiobgfpjhopoahmen
Official URL https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen
Description Display desktop notifications once new votes and comments on Steemit.com are available
File Size 45.89 KB
Installation Count 264
Current Version 1.4
Last Updated 2016-07-28
Publish Date 2016-07-28
Rating 3.83/5 Total 12 Ratings
Developer steemification
Payment Type free
Extension Website https://steemit.com
Supported Languages 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"
    }
}