Update Notifier

Automatically opens the official Chrome releases blog when Chrome autoupdates itself

Vad är Update Notifier?

Update Notifier är en Chrome-tillägg utvecklad av Daniel Herr, och dess huvudfunktion är "Automatically opens the official Chrome releases blog when Chrome autoupdates itself".

Ladda ner Update Notifier-förlängningens CRX-fil

Ladda ner Update Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Update Notifier Update Notifier
ID pmohkjageidgicgkfgbgokkchobcadkc
Officiell webbadress https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc
Beskrivning Automatically opens the official Chrome releases blog when Chrome autoupdates itself
Filstorlek 8.93 KB
Antal Installationer 380
Aktuell Version 2
Senast Uppdaterad 2016-01-29
Publiceringsdatum 2016-01-29
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Daniel Herr
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://danielherr.github.io/
Stödda Språk 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"
    ]
}