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文件

下載Instant Syntax擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}