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
Eメール [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"
    ]
}