Instant Syntax
This extension will highlight the code syntax of any highlighted text
Qu'est-ce que Instant Syntax ?
Instant Syntax est une extension Chrome développée par Salvador Gutierrez, et sa fonction principale est "This extension will highlight the code syntax of any highlighted text".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instant Syntax
Téléchargez les fichiers d'extension Instant Syntax au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gjoffkgdelmaodajhoncmleiamifdcgi |
URL Officiel | https://chrome.google.com/webstore/detail/instant-syntax/gjoffkgdelmaodajhoncmleiamifdcgi |
Description | This extension will highlight the code syntax of any highlighted text |
Taille du Fichier | 75.37 KB |
Nombre d'Installations | 162 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-03-02 |
Date de Publication | 2014-03-02 |
Évaluation | 4.50/5 Total 12 Évaluations |
Développeur | Salvador Gutierrez |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |