Steemification - Notifications for Steemit

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

Cos'è Steemification - Notifications for Steemit?

Steemification - Notifications for Steemit è un'estensione di Chrome sviluppata da steemification, e la sua funzione principale è "Display desktop notifications once new votes and comments on Steemit.com are available".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Steemification - Notifications for Steemit

Scarica i file di estensione Steemification - Notifications for Steemit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Steemification - Notifications for Steemit Steemification - Notifications for Steemit
ID blnmejicejbkcdebiobgfpjhopoahmen
URL Ufficiale https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen
Descrizione Display desktop notifications once new votes and comments on Steemit.com are available
Dimensione del File 45.89 KB
Conteggio Installazioni 264
Versione Corrente 1.4
Ultimo Aggiornamento 2016-07-28
Data di Pubblicazione 2016-07-28
Valutazione 3.83/5 Totale 12 Valutazioni
Sviluppatore steemification
Tipo di Pagamento free
Sito Web dell'Estensione https://steemit.com
Lingue Supportate 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"
    }
}