Highlight Me in Buildbot
Highlight your commits on buildbot pages.
Qu'est-ce que Highlight Me in Buildbot ?
Highlight Me in Buildbot est une extension Chrome développée par https://www.bluestatic.org, et sa fonction principale est "Highlight your commits on buildbot pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Highlight Me in Buildbot
Téléchargez les fichiers d'extension Highlight Me in Buildbot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Highlight Me in Buildbot |
ID | fkkgaddlippjidimcfbpllllclgnikdb |
URL Officiel | https://chromewebstore.google.com/detail/highlight-me-in-buildbot/fkkgaddlippjidimcfbpllllclgnikdb |
Description | Highlight your commits on buildbot pages. |
Taille du Fichier | 38.77 KB |
Nombre d'Installations | 186 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2013-05-01 |
Date de Publication | 2013-05-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.bluestatic.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://build.chromium.org/ |
Langues Prises en Charge | 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" } |