Scrutinizer for GitHub and Bitbucket

Scrutinizer analysis results inside GitHub and Bitbucket.

Scrutinizer for GitHub and Bitbucket란 무엇입니까?

Scrutinizer for GitHub and Bitbucket은(는) https://scrutinizer-ci.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrutinizer analysis results inside GitHub and Bitbucket."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Scrutinizer for GitHub and Bitbucket 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Scrutinizer code intelligence data and analysis results on GitHub and Bitbucket.                    

확장 프로그램 기본 정보

이름 Scrutinizer for 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"
}