Instant Syntax
This extension will highlight the code syntax of any highlighted text
Hvad er Instant Syntax?
Instant Syntax er en Chrome-udvidelse udviklet af Salvador Gutierrez, og dens hovedfunktion er "This extension will highlight the code syntax of any highlighted text".
Udvidelsesskærmbilleder
Download Instant Syntax-udvidelses-CRX-fil
Download Instant Syntax-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gjoffkgdelmaodajhoncmleiamifdcgi |
| Officiel URL | https://chrome.google.com/webstore/detail/instant-syntax/gjoffkgdelmaodajhoncmleiamifdcgi |
| Beskrivelse | This extension will highlight the code syntax of any highlighted text |
| Filstørrelse | 75.37 KB |
| Antal Installationer | 162 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2014-03-02 |
| Udgivelsesdato | 2014-03-02 |
| Bedømmelse | 4.50/5 Samlet 12 Bedømmelser |
| Udvikler | Salvador Gutierrez |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |