Chromium Buildbot Monitor

Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.

Chromium Buildbot Monitor क्या है?

Chromium Buildbot Monitor http://chrome.google.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chromium Buildbot Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        New in version 0.8.3:
- Stop monitoring user try jobs, it's DDoSing the trybots.

New in version 0.8.2:
- Automatically use login credentials from codereview.chromium.org if available.
- Update buildbot status live while the popup is open.

New in version 0.8.1:
- Display active try job status of the signed in user.

New in version 0.8.0:
- Fixed login issues.

New in version 0.7.7:
- Fixed contents of browser action popup (again).
- Sync notification settings.

New in version 0.7.6:
- Fixed contents of browser action popup.

New in version 0.7.5:
- Added desktop notifications on tree status changes. You can enable/disable these from the extension's options page (right click on the browser action icon and choose Options). 

Source can be found here:
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions/buildbot/                    

एक्सटेंशन की मूल जानकारी

नाम Chromium Buildbot Monitor Chromium Buildbot Monitor
ID oafaagfgbdpldilgjjfjocjglfbolmac
आधिकारिक URL https://chrome.google.com/webstore/detail/chromium-buildbot-monitor/oafaagfgbdpldilgjjfjocjglfbolmac
विवरण Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.
फ़ाइल का आकार 31 KB
स्थापना संख्या 304
वर्तमान संस्करण 0.9.0
अंतिम अपडेट 2014-08-13
प्रकाशन तिथि 2014-08-13
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर http://chrome.google.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromium Buildbot Monitor",
    "version": "0.9.0",
    "description": "Displays the status of the Chromium buildbot in the toolbar.  Click to see more detailed status in a popup.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "utils.js",
            "prefs.js",
            "try_status.js",
            "active_issues.js",
            "bg.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "http:\/\/build.chromium.org\/",
        "http:\/\/chromium-status.appspot.com\/",
        "https:\/\/codereview.chromium.org\/"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "chromium.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}