PR Monitor

Get notified when you receive a pull request on GitHub.

PR Monitor란 무엇입니까?

PR Monitor은(는) Zenc Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notified when you receive a pull request on GitHub."입니다.

확장 프로그램 스크린샷

screenshot

PR Monitor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PR Monitor lets you easily manage your GitHub pull requests with the click of a button.

You'll get notified whenever you receive a new pull request to review, or when an existing pull request is ready for another review.

You can also access your own pull requests within a couple of clicks!

See https://github.com/fwouts/prmonitor for source code.                    

확장 프로그램 기본 정보

이름 PR Monitor PR Monitor
ID pneldbfhblmldbhmkolclpkijgnjcmng
공식 URL https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng
설명 Get notified when you receive a pull request on GitHub.
파일 크기 376 KB
설치 횟수 725
현재 버전 0.10.7
최근 업데이트 2023-06-21
출시 날짜 2020-06-05
평점 4.25/5 총 8 개의 평점
개발자 Zenc Labs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/fwouts/prmonitor
도움말 페이지 URL https://github.com/fwouts/prmonitor/issues
개인정보 보호 정책 페이지 URL https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PR Monitor",
    "version": "0.10.7",
    "description": "Get notified when you receive a pull request on GitHub.",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html#popup"
    },
    "icons": {
        "48": "images\/logo48.png",
        "96": "images\/logo96.png",
        "128": "images\/logo128.png",
        "256": "images\/logo256.png"
    }
}