Update Notifier
Automatically opens the official Chrome releases blog when Chrome autoupdates itself
Hvad er Update Notifier?
Update Notifier er en Chrome-udvidelse udviklet af Daniel Herr, og dens hovedfunktion er "Automatically opens the official Chrome releases blog when Chrome autoupdates itself".
Download Update Notifier-udvidelses-CRX-fil
Download Update Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pmohkjageidgicgkfgbgokkchobcadkc |
Officiel URL | https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc |
Beskrivelse | Automatically opens the official Chrome releases blog when Chrome autoupdates itself |
Filstørrelse | 8.93 KB |
Antal Installationer | 380 |
Nuværende Version | 2 |
Senest Opdateret | 2016-01-29 |
Udgivelsesdato | 2016-01-29 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | Daniel Herr |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://danielherr.github.io/ |
Understøttede Sprog | 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" ] } |