Update Notifier

Automatically opens the official Chrome releases blog when Chrome autoupdates itself

Qu'est-ce que Update Notifier ?

Update Notifier est une extension Chrome développée par Daniel Herr, et sa fonction principale est "Automatically opens the official Chrome releases blog when Chrome autoupdates itself".

Télécharger le fichier CRX de l'extension Update Notifier

Téléchargez les fichiers d'extension Update Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Update Notifier Update Notifier
ID pmohkjageidgicgkfgbgokkchobcadkc
URL Officiel https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc
Description Automatically opens the official Chrome releases blog when Chrome autoupdates itself
Taille du Fichier 8.93 KB
Nombre d'Installations 380
Version Actuelle 2
Dernière Mise à Jour 2016-01-29
Date de Publication 2016-01-29
Évaluation 5.00/5 Total 5 Évaluations
Développeur Daniel Herr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://danielherr.github.io/
Langues Prises en Charge 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"
    ]
}