Instant Syntax
This extension will highlight the code syntax of any highlighted text
Wat is Instant Syntax?
Instant Syntax is een Chrome-extensie ontwikkeld door Salvador Gutierrez, en de belangrijkste functie is "This extension will highlight the code syntax of any highlighted text".
Extensie Screenshots
Download het CRX-bestand van de extensie Instant Syntax
Download Instant Syntax-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gjoffkgdelmaodajhoncmleiamifdcgi |
Officiële URL | https://chrome.google.com/webstore/detail/instant-syntax/gjoffkgdelmaodajhoncmleiamifdcgi |
Beschrijving | This extension will highlight the code syntax of any highlighted text |
Bestandsgrootte | 75.37 KB |
Aantal Installaties | 162 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-03-02 |
Publicatiedatum | 2014-03-02 |
Beoordeling | 4.50/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Salvador Gutierrez |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |