WIP Pull Request Unhighlignter for GitHub

Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.

WIP Pull Request Unhighlignter for GitHub란 무엇입니까?

WIP Pull Request Unhighlignter for GitHub은(는) Kensuke Nagae에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

WIP Pull Request Unhighlignter for GitHub 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Demo page: https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/pulls (visit this page after install this extension)

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
http://creativecommons.org/licenses/by/3.0/                    

확장 프로그램 기본 정보

이름 WIP Pull Request Unhighlignter for GitHub WIP Pull Request Unhighlignter for GitHub
ID plebohahijhmebohbcifnaccfkjdgppe
공식 URL https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe
설명 Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
파일 크기 823 KB
설치 횟수 83
현재 버전 2.3.0
최근 업데이트 2019-08-07
출시 날짜 2019-08-06
평점 5.00/5 총 3 개의 평점
개발자 Kensuke Nagae
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github
도움말 페이지 URL https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WIP Pull Request Unhighlignter for GitHub",
    "version": "2.3.0",
    "manifest_version": 2,
    "description": "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.",
    "permissions": [
        "storage"
    ],
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/pulls*",
                "https:\/\/github.com\/pulls*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icon.png"
    }
}