Steemification - Notifications for Steemit

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

Steemification - Notifications for Steemit là gì?

Steemification - Notifications for Steemit là một tiện ích mở rộng Chrome được phát triển bởi steemification, và tính năng chính của nó là "Display desktop notifications once new votes and comments on Steemit.com are available".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steemification - Notifications for Steemit

Tải xuống các tệp mở rộng Steemification - Notifications for Steemit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steemification - Notifications for Steemit Steemification - Notifications for Steemit
ID blnmejicejbkcdebiobgfpjhopoahmen
URL Chính Thức https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen
Mô tả Display desktop notifications once new votes and comments on Steemit.com are available
Kích Thước Tệp 45.89 KB
Số Lần Cài Đặt 264
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2016-07-28
Ngày Phát Hành 2016-07-28
Đánh Giá 3.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển steemification
Loại Thanh Toán free
Trang Web Mở Rộng https://steemit.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}