Sight
The Syntax Highlighter for Chrome
Sight란 무엇입니까?
Sight은(는) tsenart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Syntax Highlighter for Chrome"입니다.
확장 프로그램 스크린샷
Sight 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sight is the Syntax Highlighter Chrome extension that makes reading code on the browser a joy. You can choose the theme, font, font size and toggle line numbers on the options page. To force a specific language syntax pass #ft=[lang] on the url of the file and reload.
확장 프로그램 기본 정보
이름 | Sight |
ID | epmaefhielclhlnmjofcdapbeepkmggh |
공식 URL | https://chromewebstore.google.com/detail/sight/epmaefhielclhlnmjofcdapbeepkmggh |
설명 | The Syntax Highlighter for Chrome |
파일 크기 | 871 KB |
설치 횟수 | 9,626 |
현재 버전 | 1.20.1 |
최근 업데이트 | 2021-10-25 |
출시 날짜 | 2016-08-26 |
평점 | 4.33/5 총 248 개의 평점 |
개발자 | tsenart |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://github.com/tsenart/sight |
도움말 페이지 URL | http://github.com/tsenart/sight |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sight", "version": "1.20.1", "description": "The Syntax Highlighter for Chrome", "homepage_url": "https:\/\/github.com\/tsenart\/sight", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "css\/*", "fonts\/*", "js\/lib\/*", "js\/languages\/*" ], "options_page": "options.html", "permissions": [ "webRequest", " |