Instant Syntax

This extension will highlight the code syntax of any highlighted text

Instant Syntax란 무엇입니까?

Instant Syntax은(는) Salvador Gutierrez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will highlight the code syntax of any highlighted text"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Instant Syntax 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows you to perform code syntax highlighting anywhere in a webpage. Supports Java, Markup Languages , CSS, C-like languages, C#, C++,Python, SQL,PHP and JavaScript. 

How to use: 
1)Simply highlight the code whose syntax you wish to highlight.
2)Press action-button on toolbar and select language. 
3)Watch the code magically become much more readable.                    

확장 프로그램 기본 정보

이름 Instant Syntax Instant Syntax
ID gjoffkgdelmaodajhoncmleiamifdcgi
공식 URL https://chrome.google.com/webstore/detail/instant-syntax/gjoffkgdelmaodajhoncmleiamifdcgi
설명 This extension will highlight the code syntax of any highlighted text
파일 크기 75.37 KB
설치 횟수 162
현재 버전 1.1
최근 업데이트 2014-03-02
출시 날짜 2014-03-02
평점 4.50/5 총 12 개의 평점
개발자 Salvador Gutierrez
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Syntax",
    "description": "This extension will highlight the code syntax of any highlighted text",
    "version": "1.1",
    "author": "Salvador Gutierrez",
    "background": {
        "css": [
            "popup_style.css"
        ],
        "scripts": [
            "simpleInsert.js"
        ],
        "persistent": false
    },
    "icons": {
        "38": "icon_38.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon_38.png"
    }
}