Update Notifier
Automatically opens the official Chrome releases blog when Chrome autoupdates itself
What is Update Notifier?
Update Notifier is a Chrome extension developed by Daniel Herr, and its main feature is "Automatically opens the official Chrome releases blog when Chrome autoupdates itself".
Download Update Notifier Extension CRX File
Download Update Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pmohkjageidgicgkfgbgokkchobcadkc |
Official URL | https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc |
Description | Automatically opens the official Chrome releases blog when Chrome autoupdates itself |
File Size | 8.93 KB |
Installation Count | 380 |
Current Version | 2 |
Last Updated | 2016-01-29 |
Publish Date | 2016-01-29 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Daniel Herr |
[email protected] | |
Payment Type | free |
Extension Website | https://danielherr.github.io/ |
Supported Languages | 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" ] } |