Syntaxit
Syntax Colorize
Syntaxit란 무엇입니까?
Syntaxit은(는) Sandip Chitale에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Syntax Colorize"입니다.
확장 프로그램 스크린샷
Syntaxit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Visit any page that has JavaScript code in a pre tag which has not been been syntax colored yet by some other plugin and then click on the Syntaxit icon in the toolbar. You will see that all thetags will be updated to show syntax colored code with line numbers.
확장 프로그램 기본 정보
이름 | |
ID | fdgpepgfapimghgbdmdbnlffmmioegbo |
공식 URL | https://chrome.google.com/webstore/detail/syntaxit/fdgpepgfapimghgbdmdbnlffmmioegbo |
설명 | Syntax Colorize |
파일 크기 | 41.84 KB |
설치 횟수 | 17 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2014-03-29 |
출시 날짜 | 2014-03-29 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | Sandip Chitale |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://sandipchitale.blogspot.com/2014/03/chrome-extension-syntaxit.html |
도움말 페이지 URL | https://github.com/sandipchitale/syntaxit/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Syntaxit", "version": "1.0.0", "description": "Syntax Colorize", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs" ], "icons": { "16": "icons\/syntaxit-16.png", "48": "icons\/syntaxit-48.png", "128": "icons\/syntaxit-128.png" }, "browser_action": { "default_icon": { "19": "icons\/syntaxit-19.png" }, "default_title": "Syntaxit" }, "content_scripts": [ { "matches": [ " |