BuildTeam - Notifier
This extension allows the user to be notified about certain Steemit events.
BuildTeam - Notifierคืออะไร?
BuildTeam - Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kostronor และคุณลักษณะหลักของมันคือ "This extension allows the user to be notified about certain Steemit events."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BuildTeam - Notifier
ดาวน์โหลดไฟล์ส่วนขยาย BuildTeam - Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows the user to be notified about certain Steemit events. It goes hand in had with the https://www.minnowbooster.net website and is a convenient way to get notified about recent happenings on the page. We are always looking to improve, so if you have feature requests, please talk to us.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BuildTeam - Notifier |
ID | bpebnkkgaihjdelcgpmopcnkddinoggg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg |
คำอธิบาย | This extension allows the user to be notified about certain Steemit events. |
ขนาดไฟล์ | 205 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.9.8 |
อัปเดตครั้งล่าสุด | 2017-10-16 |
วันที่เผยแพร่ | 2017-10-16 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | kostronor |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.minnowbooster.net |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BuildTeam - Notifier", "description": "This extension allows the user to be notified about certain Steemit events.", "version": "1.9.8", "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "BuildTeam!" }, "background": { "scripts": [ "\/dist\/action_cable.js", "jquery.js", "eventPage.js" ], "persistent": true }, "icons": { "16": "icon.png", "167": "icon_167.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/www,minnowbooster.net\/" ] } |