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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย steemification และคุณลักษณะหลักของมันคือ "Display desktop notifications once new votes and comments on Steemit.com are available"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steemification - Notifications for Steemit

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}