Highlight Me in Buildbot
Highlight your commits on buildbot pages.
什麼是Highlight Me in Buildbot?
Highlight Me in Buildbot是由https://www.bluestatic.org開發的Chrome擴展程式,該擴展的主要功能是“Highlight your commits on buildbot pages.”。
擴展截圖
下載Highlight Me in Buildbot擴展crx文件
下載Highlight Me in Buildbot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Highlight Me in Buildbot |
ID | fkkgaddlippjidimcfbpllllclgnikdb |
官方網址 | https://chromewebstore.google.com/detail/highlight-me-in-buildbot/fkkgaddlippjidimcfbpllllclgnikdb |
簡介 | Highlight your commits on buildbot pages. |
檔案大小 | 38.77 KB |
安裝次數 | 186 |
目前版本 | 1.4 |
更新時間 | 2013-05-01 |
上架時間 | 2013-05-01 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.bluestatic.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://build.chromium.org/ |
支援的語言 | 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" } |