Steemification - Notifications for Steemit

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

O que é Steemification - Notifications for Steemit?

Steemification - Notifications for Steemit é uma extensão do Chrome desenvolvida por steemification, e sua principal característica é "Display desktop notifications once new votes and comments on Steemit.com are available".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Steemification - Notifications for Steemit

Baixe arquivos de extensão Steemification - Notifications for Steemit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Steemification - Notifications for Steemit Steemification - Notifications for Steemit
ID blnmejicejbkcdebiobgfpjhopoahmen
URL Oficial https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen
Descrição Display desktop notifications once new votes and comments on Steemit.com are available
Tamanho do Arquivo 45.89 KB
Contagem de Instalações 264
Versão Atual 1.4
Última Atualização 2016-07-28
Data de Publicação 2016-07-28
Classificação 3.83/5 Total de 12 Avaliações
Desenvolvedor steemification
Tipo de Pagamento free
Site da Extensão https://steemit.com
Idiomas Suportados 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"
    }
}