Update Notifier

Automatically opens the official Chrome releases blog when Chrome autoupdates itself

¿Qué es Update Notifier?

Update Notifier es una extensión de Chrome desarrollada por Daniel Herr, y su función principal es "Automatically opens the official Chrome releases blog when Chrome autoupdates itself".

Descargar Archivo CRX de la Extensión Update Notifier

Descarga archivos de extensión Update Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Update Notifier Update Notifier
ID pmohkjageidgicgkfgbgokkchobcadkc
URL Oficial https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc
Descripción Automatically opens the official Chrome releases blog when Chrome autoupdates itself
Tamaño del Archivo 8.93 KB
Cantidad de Instalaciones 380
Versión Actual 2
Última Actualización 2016-01-29
Fecha de Publicación 2016-01-29
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Daniel Herr
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://danielherr.github.io/
Idiomas Soportados 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"
    ]
}