Instant Syntax
This extension will highlight the code syntax of any highlighted text
What is Instant Syntax?
Instant Syntax is a Chrome extension developed by Salvador Gutierrez, and its main feature is "This extension will highlight the code syntax of any highlighted text".
Extension Screenshots
Download Instant Syntax Extension CRX File
Download Instant Syntax extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gjoffkgdelmaodajhoncmleiamifdcgi |
Official URL | https://chrome.google.com/webstore/detail/instant-syntax/gjoffkgdelmaodajhoncmleiamifdcgi |
Description | This extension will highlight the code syntax of any highlighted text |
File Size | 75.37 KB |
Installation Count | 162 |
Current Version | 1.1 |
Last Updated | 2014-03-02 |
Publish Date | 2014-03-02 |
Rating | 4.50/5 Total 12 Ratings |
Developer | Salvador Gutierrez |
Payment Type | free |
Supported Languages | 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" } } |