Syntaxit
Syntax Colorize
Wat is Syntaxit?
Syntaxit is een Chrome-extensie ontwikkeld door Sandip Chitale, en de belangrijkste functie is "Syntax Colorize".
Extensie Screenshots
Download het CRX-bestand van de extensie Syntaxit
Download Syntaxit-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
Visit any page that has JavaScript code in a pre tag which has not been been syntax colored yet by some other plugin and then click on the Syntaxit icon in the toolbar. You will see that all thetags will be updated to show syntax colored code with line numbers.
Basisinformatie over de Extensie
Naam | |
ID | fdgpepgfapimghgbdmdbnlffmmioegbo |
Officiële URL | https://chrome.google.com/webstore/detail/syntaxit/fdgpepgfapimghgbdmdbnlffmmioegbo |
Beschrijving | Syntax Colorize |
Bestandsgrootte | 41.84 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2014-03-29 |
Publicatiedatum | 2014-03-29 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Sandip Chitale |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://sandipchitale.blogspot.com/2014/03/chrome-extension-syntaxit.html |
Help Pagina-URL | https://github.com/sandipchitale/syntaxit/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Syntaxit", "version": "1.0.0", "description": "Syntax Colorize", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs" ], "icons": { "16": "icons\/syntaxit-16.png", "48": "icons\/syntaxit-48.png", "128": "icons\/syntaxit-128.png" }, "browser_action": { "default_icon": { "19": "icons\/syntaxit-19.png" }, "default_title": "Syntaxit" }, "content_scripts": [ { "matches": [ " |