Instant Syntax
This extension will highlight the code syntax of any highlighted text
O que é Instant Syntax?
Instant Syntax é uma extensão do Chrome desenvolvida por Salvador Gutierrez, e sua principal característica é "This extension will highlight the code syntax of any highlighted text".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Instant Syntax
Baixe arquivos de extensão Instant Syntax no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gjoffkgdelmaodajhoncmleiamifdcgi |
URL Oficial | https://chrome.google.com/webstore/detail/instant-syntax/gjoffkgdelmaodajhoncmleiamifdcgi |
Descrição | This extension will highlight the code syntax of any highlighted text |
Tamanho do Arquivo | 75.37 KB |
Contagem de Instalações | 162 |
Versão Atual | 1.1 |
Última Atualização | 2014-03-02 |
Data de Publicação | 2014-03-02 |
Classificação | 4.50/5 Total de 12 Avaliações |
Desenvolvedor | Salvador Gutierrez |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |