Highlight Me in Buildbot
Highlight your commits on buildbot pages.
ما هو Highlight Me in Buildbot؟
Highlight Me in Buildbot هو إضافة Chrome تم تطويرها بواسطة https://www.bluestatic.org، والميزة الرئيسية لها هي "Highlight your commits on buildbot pages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Highlight Me in Buildbot
قم بتنزيل ملفات الامتداد Highlight Me in Buildbot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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" } |