Chrome OS Tree Status
Displays the openness / closedness of the Chrome OS build tree.
什么是Chrome OS Tree Status?
Chrome OS Tree Status是由Chromium OS Developers开发的Chrome扩展程序,该扩展的主要功能是“Displays the openness / closedness of the Chrome OS build tree.”。
扩展截图
下载Chrome OS Tree Status扩展crx文件
下载Chrome OS Tree Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides an icon next to the combo-bar that shows the green / redness of the ChromeOS build tree. Clicking on the icon gives you instant access to the build tree. You can customize this extension to point at a different build status URL. Version 3.2: Use JSON parser. Full status message shows as tooltip Version 3.3: Be tolerant of tree statuses that are neither "open" nor "closed" Version 3.4: Clicking on badge does an update Version 3.5: 3 changes from vapier, updating waterfall URL, switching to a new manifest and adding an option for icon clicking behavior Version 4.2: Display tree "throttled" state Version 5.0: Display notifications to sheriffs
扩展基本信息
名称 | Chrome OS Tree Status |
ID | ebdinlbmpcdebianielhijhbalinlahg |
官方URL | https://chromewebstore.google.com/detail/chrome-os-tree-status/ebdinlbmpcdebianielhijhbalinlahg |
简介 | Displays the openness / closedness of the Chrome OS build tree. |
文件大小 | 68.71 KB |
安装次数 | 306 |
当前版本 | 5.0 |
更新时间 | 2015-06-02 |
上架时间 | 2015-06-02 |
评分 | 1.00/5 共2次评分 |
开发者 | Chromium OS Developers |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "36", "background": { "persistent": false, "scripts": [ "common.js", "background.js" ] }, "browser_action": { "default_title": "" }, "default_locale": "en", "description": "__MSG_chromebuildcheck_description__", "icons": { "128": "images\/icon_128.png" }, "name": "__MSG_chromebuildcheck_name__", "options_page": "options.html", "permissions": [ "alarms", "notifications", "tabs", "http:\/\/chromiumos-status.appspot.com\/", "https:\/\/chromiumos-status.appspot.com\/", "http:\/\/build.chromium.org\/", "https:\/\/build.chromium.org\/" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "5.0" } |