Update Notifier
Automatically opens the official Chrome releases blog when Chrome autoupdates itself
Update Notifier là gì?
Update Notifier là một tiện ích mở rộng Chrome được phát triển bởi Daniel Herr, và tính năng chính của nó là "Automatically opens the official Chrome releases blog when Chrome autoupdates itself".
Tải xuống tệp CRX của tiện ích mở rộng Update Notifier
Tải xuống các tệp mở rộng Update Notifier 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pmohkjageidgicgkfgbgokkchobcadkc |
URL Chính Thức | https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc |
Mô tả | Automatically opens the official Chrome releases blog when Chrome autoupdates itself |
Kích Thước Tệp | 8.93 KB |
Số Lần Cài Đặt | 380 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2016-01-29 |
Ngày Phát Hành | 2016-01-29 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Daniel Herr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://danielherr.github.io/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |