Steemification - Notifications for Steemit

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

Co je Steemification - Notifications for Steemit?

Steemification - Notifications for Steemit je rozšíření Chrome vyvinuté steemification, a jeho hlavní funkcí je „Display desktop notifications once new votes and comments on Steemit.com are available“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Steemification - Notifications for Steemit

Stáhněte si soubory rozšíření Steemification - Notifications for Steemit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Steemification - Notifications for Steemit Steemification - Notifications for Steemit
ID blnmejicejbkcdebiobgfpjhopoahmen
Oficiální URL https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen
Popis Display desktop notifications once new votes and comments on Steemit.com are available
Velikost souboru 45.89 KB
Počet instalací 264
Aktuální Verze 1.4
Poslední Aktualizace 2016-07-28
Datum Vydání 2016-07-28
Hodnocení 3.83/5 Celkem 12 Hodnocení
Vývojář steemification
Typ Platby free
Webové stránky Rozšíření https://steemit.com
Podporované Jazyky 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"
    }
}