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 |
官方網址 | 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" } |