Steemification - Notifications for Steemit

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

Steemification - Notifications for Steemitとは何ですか?

Steemification - Notifications for Steemitはsteemificationによって開発されたChromeの拡張機能で、その主な機能は「Display desktop notifications once new votes and comments on Steemit.com are available」です。

拡張機能のスクリーンショット

screenshot

Steemification - Notifications for Steemit拡張機能のCRXファイルをダウンロード

Steemification - Notifications for Steemit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Steemification - Notifications for Steemit Steemification - Notifications for Steemit
ID blnmejicejbkcdebiobgfpjhopoahmen
公式URL https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen
説明 Display desktop notifications once new votes and comments on Steemit.com are available
ファイルサイズ 45.89 KB
インストール数 264
現在のバージョン 1.4
最終更新日 2016-07-28
公開日 2016-07-28
評価 3.83/5 合計 12 レビュー
開発者 steemification
支払い方法 free
拡張機能のウェブサイト https://steemit.com
対応言語 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"
    }
}