Issue Checker for GitHub
Check Github issues
Issue Checker for GitHub란 무엇입니까?
Issue Checker for GitHub은(는) dtaniwaki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check Github issues"입니다.
확장 프로그램 스크린샷
Issue Checker for GitHub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension, you never forget GitHub issues and pull requests assigned to you! The number on the extension icon indicates the number of issues/pull requests assigned to you and the extension keeps them up-to-date anytime. You can check what issues/pull requests are assigned to you on the extension popup and open the correspondant page easily.
확장 프로그램 기본 정보
이름 | |
ID | dejgifcjoefbogdjpjokobdlddjhbich |
공식 URL | https://chrome.google.com/webstore/detail/issue-checker-for-github/dejgifcjoefbogdjpjokobdlddjhbich |
설명 | Check Github issues |
파일 크기 | 164 KB |
설치 횟수 | 334 |
현재 버전 | 0.2.15 |
최근 업데이트 | 2016-02-26 |
출시 날짜 | 2016-02-26 |
평점 | 4.29/5 총 7 개의 평점 |
개발자 | dtaniwaki |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dtaniwaki/issue-checker-for-github |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Issue Checker for GitHub", "version": "0.2.15", "options_page": "options.html", "description": "Check Github issues", "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "cookies", "storage", "notifications" ], "browser_action": { "default_icon": "\/images\/icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "\/js\/lib\/jquery-2.1.0.min.js", "\/js\/github_client.js", "\/js\/background.js" ] } } |