Steem Enhancer

Steem enhancer yay!

Steem Enhancerคืออะไร?

Steem Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bartłomiej Górnicki และคุณลักษณะหลักของมันคือ "Steem enhancer yay!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steem Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย Steem Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simple but powerfull extension to boost your User Experience using Steem blockchain, especially Steemit.com

Steem Enhancer lets you follow tags and receive Rich Notifications. You can adjust some settings to get even more.

Everything you need to do is to visit extension's Settings Page and type tags you want to follow. Since then you will get Rich Notifications and Sound alerts (disabled by default).

Steem Enhancer can notify you when you get new reply to post or comment. All you need to do is to type your username in extensions settings. You don't need to login anywhere.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Steem Enhancer Steem Enhancer
ID jbmaggkckojanmapjbggfdcnplaolgij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steem-enhancer/jbmaggkckojanmapjbggfdcnplaolgij
คำอธิบาย Steem enhancer yay!
ขนาดไฟล์ 825 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 0.1.17
อัปเดตครั้งล่าสุด 2018-07-27
วันที่เผยแพร่ 2018-07-27
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Bartłomiej Górnicki
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://steemit.com/@technocracy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "pages\/popup.html"
    },
    "description": "Steem enhancer yay!",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Steem Enhancer",
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Steem Enhancer",
    "version": "0.1.17",
    "options_page": "pages\/options.html"
}