github syntax
Adds syntax highlighting to github's split diff pull request view.
github syntax란 무엇입니까?
github syntax은(는) Dan Vanderkam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds syntax highlighting to github's split diff pull request view."입니다.
확장 프로그램 스크린샷
github syntax 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds syntax highlighting to github's split diff pull request view using highlight.js. After you install it, you should immediately see syntax coloring whenever you visit the github pull request "Files" page with split diffs enabled. Note: only works for public repositories at the moment.
확장 프로그램 기본 정보
이름 | github syntax |
ID | klamohcglknfmhpjifcpckncknpbhkol |
공식 URL | https://chromewebstore.google.com/detail/github-syntax/klamohcglknfmhpjifcpckncknpbhkol |
설명 | Adds syntax highlighting to github's split diff pull request view. |
파일 크기 | 167 KB |
설치 횟수 | 37 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2014-09-23 |
출시 날짜 | 2014-09-23 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Dan Vanderkam |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/danvk/github-syntax |
도움말 페이지 URL | https://github.com/danvk/github-syntax/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "github syntax", "version": "0.3.0", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "description": "Adds syntax highlighting to github's split diff pull request view.", "content_scripts": [ { "js": [ "lib\/jquery.min.js", "codediff.js", "difflib.js", "jquery.appear.js", "highlightjs\/highlight.pack.js", "highlight.user.js" ], "css": [ "highlight.css", "highlightjs\/styles\/googlecode.css" ], "matches": [ "https:\/\/github.com\/*" ], "run_at": "document_idle" } ] } |