Scrutinizer for GitHub and Bitbucket
Scrutinizer analysis results inside GitHub and Bitbucket.
ما هو Scrutinizer for GitHub and Bitbucket؟
Scrutinizer for GitHub and Bitbucket هو إضافة Chrome تم تطويرها بواسطة https://scrutinizer-ci.com، والميزة الرئيسية لها هي "Scrutinizer analysis results inside GitHub and Bitbucket.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scrutinizer for GitHub and Bitbucket
قم بتنزيل ملفات الامتداد Scrutinizer for GitHub and Bitbucket بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Scrutinizer code intelligence data and analysis results on GitHub and Bitbucket.
معلومات أساسية عن التمديد
الاسم | Scrutinizer for GitHub and Bitbucket |
ID | jpfnopbpkpaoaoomhmpeiijbcnhkbflg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/scrutinizer-for-github-an/jpfnopbpkpaoaoomhmpeiijbcnhkbflg |
الوصف | Scrutinizer analysis results inside GitHub and Bitbucket. |
حجم الملف | 379 KB |
عدد التثبيتات | 1,316 |
النسخة الحالية | 3.1.6 |
آخر تحديث | 2022-11-11 |
تاريخ النشر | 2020-02-26 |
تقييم | 3.90/5 مجموع تقييمات 10 |
المطور | https://scrutinizer-ci.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://scrutinizer-ci.com/docs/integration/chrome-extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrutinizer for GitHub and Bitbucket", "description": "Scrutinizer analysis results inside GitHub and Bitbucket.", "background": { "scripts": [ "js\/eventPage.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "css\/all_platforms.css", "css\/bootstrap.scoped.css", "css\/introjs.css" ], "js": [ "js\/github.js" ] }, { "matches": [ "https:\/\/bitbucket.org\/*" ], "css": [ "css\/all_platforms.css", "css\/bootstrap.scoped.css", "css\/introjs.css" ], "js": [ "js\/bitbucket.js" ] }, { "matches": [ "https:\/\/scrutinizer-ci.com\/*" ], "js": [ "js\/extensionCheck.js" ] } ], "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "html\/settings.html", "default_title": "Change Settings" }, "permissions": [ "https:\/\/scrutinizer-ci.com\/", "storage", "alarms" ], "web_accessible_resources": [ "images\/*.png", "images\/*.gif" ], "version": "3.1.6" } |