Instant Syntax
This extension will highlight the code syntax of any highlighted text
Was ist Instant Syntax?
Instant Syntax ist eine Chrome-Erweiterung, die von Salvador Gutierrez entwickelt wurde, und ihr Hauptmerkmal ist "This extension will highlight the code syntax of any highlighted text".
Erweiterungsscreenshots
Instant Syntax-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instant Syntax-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gjoffkgdelmaodajhoncmleiamifdcgi |
| Offizielle URL | https://chrome.google.com/webstore/detail/instant-syntax/gjoffkgdelmaodajhoncmleiamifdcgi |
| Beschreibung | This extension will highlight the code syntax of any highlighted text |
| Dateigröße | 75.37 KB |
| Installationsanzahl | 162 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2014-03-02 |
| Veröffentlichungsdatum | 2014-03-02 |
| Bewertung | 4.50/5 Insgesamt 12 Bewertungen |
| Entwickler | Salvador Gutierrez |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |