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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |