Update Notifier

Automatically opens the official Chrome releases blog when Chrome autoupdates itself

什么是Update Notifier?

Update Notifier是由Daniel Herr开发的Chrome扩展程序,该扩展的主要功能是“Automatically opens the official Chrome releases blog when Chrome autoupdates itself”。

下载Update Notifier扩展crx文件

下载Update Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Update Notifier Update Notifier
ID pmohkjageidgicgkfgbgokkchobcadkc
官方URL https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc
简介 Automatically opens the official Chrome releases blog when Chrome autoupdates itself
文件大小 8.93 KB
安装次数 380
当前版本 2
更新时间 2016-01-29
上架时间 2016-01-29
评分 5.00/5 共5次评分
开发者 Daniel Herr
电子邮箱 [email protected]
付费类型 free
扩展官网 https://danielherr.github.io/
支持的语言 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"
    ]
}