Instant Syntax

This extension will highlight the code syntax of any highlighted text

Instant Syntax क्या है?

Instant Syntax Salvador Gutierrez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will highlight the code syntax of any highlighted text"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Instant Syntax एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}