Highlight Me in Buildbot
Highlight your commits on buildbot pages.
Hvad er Highlight Me in Buildbot?
Highlight Me in Buildbot er en Chrome-udvidelse udviklet af https://www.bluestatic.org, og dens hovedfunktion er "Highlight your commits on buildbot pages.".
Udvidelsesskærmbilleder
Download Highlight Me in Buildbot-udvidelses-CRX-fil
Download Highlight Me in Buildbot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Highlight Me in Buildbot |
ID | fkkgaddlippjidimcfbpllllclgnikdb |
Officiel URL | https://chromewebstore.google.com/detail/highlight-me-in-buildbot/fkkgaddlippjidimcfbpllllclgnikdb |
Beskrivelse | Highlight your commits on buildbot pages. |
Filstørrelse | 38.77 KB |
Antal Installationer | 186 |
Nuværende Version | 1.4 |
Senest Opdateret | 2013-05-01 |
Udgivelsesdato | 2013-05-01 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://www.bluestatic.org |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://build.chromium.org/ |
Understøttede Sprog | 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" } |