Chrome OS Tree Status

Displays the openness / closedness of the Chrome OS build tree.

Chrome OS Tree Status là gì?

Chrome OS Tree Status là một tiện ích mở rộng Chrome được phát triển bởi Chromium OS Developers, và tính năng chính của nó là "Displays the openness / closedness of the Chrome OS build tree.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome OS Tree Status

Tải xuống các tệp mở rộng Chrome OS Tree Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome OS Tree Status Chrome OS Tree Status
ID ebdinlbmpcdebianielhijhbalinlahg
URL Chính Thức https://chromewebstore.google.com/detail/chrome-os-tree-status/ebdinlbmpcdebianielhijhbalinlahg
Mô tả Displays the openness / closedness of the Chrome OS build tree.
Kích Thước Tệp 68.71 KB
Số Lần Cài Đặt 306
Phiên Bản Hiện Tại 5.0
Cập Nhật Lần Cuối 2015-06-02
Ngày Phát Hành 2015-06-02
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Chromium OS Developers
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}