Highlight Me in Buildbot

Highlight your commits on buildbot pages.

Wat is Highlight Me in Buildbot?

Highlight Me in Buildbot is een Chrome-extensie ontwikkeld door https://www.bluestatic.org, en de belangrijkste functie is "Highlight your commits on buildbot pages.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Highlight Me in Buildbot

Download Highlight Me in Buildbot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension will inject itself into all build.chromium.org console pages. You specify your full committer email in the options page and then it will highlight all your commits as they're cycling on the waterfall.                    

Basisinformatie over de Extensie

Naam Highlight Me in Buildbot Highlight Me in Buildbot
ID fkkgaddlippjidimcfbpllllclgnikdb
Officiële URL https://chromewebstore.google.com/detail/highlight-me-in-buildbot/fkkgaddlippjidimcfbpllllclgnikdb
Beschrijving Highlight your commits on buildbot pages.
Bestandsgrootte 38.77 KB
Aantal Installaties 186
Huidige Versie 1.4
Laatst Bijgewerkt 2013-05-01
Publicatiedatum 2013-05-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.bluestatic.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://build.chromium.org/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight Me in Buildbot",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Highlight your commits on buildbot pages.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/build.chromium.org\/*",
                "http:\/\/chromegw.corp.google.com\/*",
                "http:\/\/build.webkit.org\/console*",
                "http:\/\/chromium-build-master.appspot.com\/*",
                "https:\/\/chromium-build-master.appspot.com\/*",
                "http:\/\/chromium-build.appspot.com\/*",
                "https:\/\/chromium-build.appspot.com\/*"
            ],
            "css": [
                "highlight-me.css"
            ],
            "js": [
                "highlight-me.js"
            ]
        }
    ],
    "options_page": "options.html"
}