Update Notifier
Automatically opens the official Chrome releases blog when Chrome autoupdates itself
Co to jest Update Notifier?
Update Notifier to rozszerzenie Chrome opracowane przez Daniel Herr, a jego główną funkcją jest „Automatically opens the official Chrome releases blog when Chrome autoupdates itself”.
Pobierz plik CRX rozszerzenia Update Notifier
Pobierz pliki rozszerzeń Update Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pmohkjageidgicgkfgbgokkchobcadkc |
Oficjalny URL | https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc |
Opis | Automatically opens the official Chrome releases blog when Chrome autoupdates itself |
Rozmiar pliku | 8.93 KB |
Liczba instalacji | 380 |
Aktualna Wersja | 2 |
Ostatnia Aktualizacja | 2016-01-29 |
Data Publikacji | 2016-01-29 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | Daniel Herr |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://danielherr.github.io/ |
Obsługiwane Języki | 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" ] } |