Update Notifier
Automatically opens the official Chrome releases blog when Chrome autoupdates itself
Wat is Update Notifier?
Update Notifier is een Chrome-extensie ontwikkeld door Daniel Herr, en de belangrijkste functie is "Automatically opens the official Chrome releases blog when Chrome autoupdates itself".
Download het CRX-bestand van de extensie Update Notifier
Download Update Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pmohkjageidgicgkfgbgokkchobcadkc |
Officiële URL | https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc |
Beschrijving | Automatically opens the official Chrome releases blog when Chrome autoupdates itself |
Bestandsgrootte | 8.93 KB |
Aantal Installaties | 380 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2016-01-29 |
Publicatiedatum | 2016-01-29 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Daniel Herr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://danielherr.github.io/ |
Ondersteunde Talen | 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" ] } |