Highlight Me in Buildbot
Highlight your commits on buildbot pages.
Apa itu Highlight Me in Buildbot?
Highlight Me in Buildbot adalah ekstensi Chrome yang dikembangkan oleh https://www.bluestatic.org, dan fitur utamanya adalah "Highlight your commits on buildbot pages.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Highlight Me in Buildbot
Unduh file ekstensi Highlight Me in Buildbot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Highlight Me in Buildbot |
ID | fkkgaddlippjidimcfbpllllclgnikdb |
URL Resmi | https://chromewebstore.google.com/detail/highlight-me-in-buildbot/fkkgaddlippjidimcfbpllllclgnikdb |
Deskripsi | Highlight your commits on buildbot pages. |
Ukuran File | 38.77 KB |
Jumlah Instalasi | 186 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2013-05-01 |
Tanggal Publikasi | 2013-05-01 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://www.bluestatic.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://build.chromium.org/ |
Bahasa yang Didukung | 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" } |