GitHub +1
+1 GitHub issues/pull requests
GitHub +1란 무엇입니까?
GitHub +1은(는) artemave에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "+1 GitHub issues/pull requests"입니다.
확장 프로그램 스크린샷
GitHub +1 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Know this: button looks MUCH better than on the screenshot. GitHub has issues. Some are worse than others. But you can't really tell. Except now you can! Simply install this awesome extension and go ruthlessly upvote issues (and pull requests) and make the world a better place. Button style shamelessly taken from http://code.divshot.com/geo-bootstrap/
확장 프로그램 기본 정보
이름 | GitHub +1 |
ID | oiiklolboagjicidmggcoohmgkepdfan |
공식 URL | https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan |
설명 | +1 GitHub issues/pull requests |
파일 크기 | 34.95 KB |
설치 횟수 | 58 |
현재 버전 | 0.8 |
최근 업데이트 | 2015-03-21 |
출시 날짜 | 2015-03-21 |
평점 | 3.00/5 총 3 개의 평점 |
개발자 | artemave |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/artemave/github-plus-one |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub +1", "manifest_version": 2, "version": "0.8", "description": "+1 GitHub issues\/pull requests", "icons": { "16": "github_g16.png", "48": "github_g48.png", "128": "github_g128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "zepto.min.js", "zepto-extras.js", "contentscript.js" ] } ], "web_accessible_resources": [ "rainbow.gif" ] } |