Update Notifier
Automatically opens the official Chrome releases blog when Chrome autoupdates itself
Co je Update Notifier?
Update Notifier je rozšíření Chrome vyvinuté Daniel Herr, a jeho hlavní funkcí je „Automatically opens the official Chrome releases blog when Chrome autoupdates itself“.
Stáhnout soubor CRX rozšíření Update Notifier
Stáhněte si soubory rozšíření Update Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | pmohkjageidgicgkfgbgokkchobcadkc |
Oficiální URL | https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc |
Popis | Automatically opens the official Chrome releases blog when Chrome autoupdates itself |
Velikost souboru | 8.93 KB |
Počet instalací | 380 |
Aktuální Verze | 2 |
Poslední Aktualizace | 2016-01-29 |
Datum Vydání | 2016-01-29 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | Daniel Herr |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://danielherr.github.io/ |
Podporované Jazyky | 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" ] } |