Update Notifier
Automatically opens the official Chrome releases blog when Chrome autoupdates itself
O que é Update Notifier?
Update Notifier é uma extensão do Chrome desenvolvida por Daniel Herr, e sua principal característica é "Automatically opens the official Chrome releases blog when Chrome autoupdates itself".
Baixar o arquivo CRX da Extensão Update Notifier
Baixe arquivos de extensão Update Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | pmohkjageidgicgkfgbgokkchobcadkc |
URL Oficial | https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc |
Descrição | Automatically opens the official Chrome releases blog when Chrome autoupdates itself |
Tamanho do Arquivo | 8.93 KB |
Contagem de Instalações | 380 |
Versão Atual | 2 |
Última Atualização | 2016-01-29 |
Data de Publicação | 2016-01-29 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Daniel Herr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://danielherr.github.io/ |
Idiomas Suportados | 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" ] } |