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.
擴展基本資訊
名稱 | |
ID | pmohkjageidgicgkfgbgokkchobcadkc |
官方網址 | 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" ] } |