Show All GitHub Issues

Show both Issues and Pull Requests in the Issues tab by default. As it previously did.

Show All GitHub Issues란 무엇입니까?

Show All GitHub Issues은(는) Sindre Sorhus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show both Issues and Pull Requests in the Issues tab by default. As it previously did."입니다.

확장 프로그램 스크린샷

screenshot

Show All GitHub Issues 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        See the website for more info.                    

확장 프로그램 기본 정보

이름 Show All GitHub Issues Show All GitHub Issues
ID ahkcgmpcfiijldaijfjekdffckpidieb
공식 URL https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb
설명 Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
파일 크기 5.91 KB
설치 횟수 92
현재 버전 1.0.3
최근 업데이트 2020-11-20
출시 날짜 2020-03-07
개발자 Sindre Sorhus
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sindresorhus/show-all-github-issues
도움말 페이지 URL https://github.com/sindresorhus/show-all-github-issues/issues
개인정보 보호 정책 페이지 URL https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show All GitHub Issues",
    "version": "1.0.3",
    "description": "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/show-all-github-issues",
    "manifest_version": 2,
    "minimum_chrome_version": "80",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/github.com\/*\/*\/issues"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}