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
公式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"
    }
}