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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } } |