Syntax Highlight Code Blocks
Adds a context menu that provides the ability to add syntax hightlighting to code blocks contained in the page.
Syntax Highlight Code Blocks란 무엇입니까?
Syntax Highlight Code Blocks은(는) Mackenzie Zastrow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a context menu that provides the ability to add syntax hightlighting to code blocks contained in the page."입니다.
확장 프로그램 스크린샷
Syntax Highlight Code Blocks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Some blogs/websites just put snippets of code inside of a pre > code block without syntax highlighting. This is alright, but for developers reading the code, it would be helpful if it actually included syntax highlighting. This extension, on activation via the context menu, finds all pre > code blocks an highlights them with highlight.js (https://highlightjs.org/). Icons from Simple Icon (http://simpleicon.com/code-optimization.html) and Iconspedia (http://www.iconspedia.com/icon/source-code-icon-22943.html) - Version 1.4 adds support for converting multiline pres (w/no code block) - Version 1.3 adds support for msdn.microsoft.com magazine code snippets - Version 1.2 adds support for msdn.microsoft.com library simple code snippets
확장 프로그램 기본 정보
이름 | Syntax Highlight Code Blocks |
ID | hpoobjomnbgfehbigjdghibjddfpoigp |
공식 URL | https://chromewebstore.google.com/detail/syntax-highlight-code-blo/hpoobjomnbgfehbigjdghibjddfpoigp |
설명 | Adds a context menu that provides the ability to add syntax hightlighting to code blocks contained in the page. |
파일 크기 | 24.75 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.4 |
최근 업데이트 | 2015-05-07 |
출시 날짜 | 2015-05-07 |
평점 | 3.25/5 총 8 개의 평점 |
개발자 | Mackenzie Zastrow |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/zastrowm/Syntax-Highlight-Code-Blocks |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Syntax Highlight Code Blocks", "version": "1.4", "description": "Adds a context menu that provides the ability to add syntax hightlighting to code blocks contained in the page.", "author": "Mackenzie Zastrow", "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |