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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |