Steemification - Notifications for Steemit

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

Was ist Steemification - Notifications for Steemit?

Steemification - Notifications for Steemit ist eine Chrome-Erweiterung, die von steemification entwickelt wurde, und ihr Hauptmerkmal ist "Display desktop notifications once new votes and comments on Steemit.com are available".

Erweiterungsscreenshots

screenshot

Steemification - Notifications for Steemit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steemification - Notifications for Steemit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Steemification - Notifications for Steemit Steemification - Notifications for Steemit
ID blnmejicejbkcdebiobgfpjhopoahmen
Offizielle URL https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen
Beschreibung Display desktop notifications once new votes and comments on Steemit.com are available
Dateigröße 45.89 KB
Installationsanzahl 264
Aktuelle Version 1.4
Letztes Update 2016-07-28
Veröffentlichungsdatum 2016-07-28
Bewertung 3.83/5 Insgesamt 12 Bewertungen
Entwickler steemification
Zahlungsart free
Erweiterungswebsite https://steemit.com
Unterstützte Sprachen 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"
    }
}