Update Notifier
Automatically opens the official Chrome releases blog when Chrome autoupdates itself
Update Notifierคืออะไร?
Update Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Herr และคุณลักษณะหลักของมันคือ "Automatically opens the official Chrome releases blog when Chrome autoupdates itself"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Update Notifier
ดาวน์โหลดไฟล์ส่วนขยาย Update Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically opens the official Chrome releases blog when Chrome autoupdates itself. You can also set it to open flags and Francois Beaufort's posts in the options page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pmohkjageidgicgkfgbgokkchobcadkc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc |
คำอธิบาย | Automatically opens the official Chrome releases blog when Chrome autoupdates itself |
ขนาดไฟล์ | 8.93 KB |
จำนวนการติดตั้ง | 380 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2016-01-29 |
วันที่เผยแพร่ | 2016-01-29 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Daniel Herr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://danielherr.github.io/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ], "persistent": false }, "description": "Automatically opens the official Chrome releases blog when Chrome autoupdates itself", "manifest_version": 2, "name": "Update Notifier", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2", "icons": { "128": "icon.png" }, "options_page": "options.html", "permissions": [ "storage" ] } |