Steemification - Notifications for Steemit

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

¿Qué es Steemification - Notifications for Steemit?

Steemification - Notifications for Steemit es una extensión de Chrome desarrollada por steemification, y su función principal es "Display desktop notifications once new votes and comments on Steemit.com are available".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Steemification - Notifications for Steemit

Descarga archivos de extensión Steemification - Notifications for Steemit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Steemification - Notifications for Steemit Steemification - Notifications for Steemit
ID blnmejicejbkcdebiobgfpjhopoahmen
URL Oficial https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen
Descripción Display desktop notifications once new votes and comments on Steemit.com are available
Tamaño del Archivo 45.89 KB
Cantidad de Instalaciones 264
Versión Actual 1.4
Última Actualización 2016-07-28
Fecha de Publicación 2016-07-28
Calificación 3.83/5 Total de 12 Calificaciones
Desarrollador steemification
Tipo de Pago free
Sitio Web de la Extensión https://steemit.com
Idiomas Soportados 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"
    }
}