Instant Syntax
This extension will highlight the code syntax of any highlighted text
Vad är Instant Syntax?
Instant Syntax är en Chrome-tillägg utvecklad av Salvador Gutierrez, och dess huvudfunktion är "This extension will highlight the code syntax of any highlighted text".
Tilläggsskärmbilder
Ladda ner Instant Syntax-förlängningens CRX-fil
Ladda ner Instant Syntax-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | gjoffkgdelmaodajhoncmleiamifdcgi |
| Officiell webbadress | https://chrome.google.com/webstore/detail/instant-syntax/gjoffkgdelmaodajhoncmleiamifdcgi |
| Beskrivning | This extension will highlight the code syntax of any highlighted text |
| Filstorlek | 75.37 KB |
| Antal Installationer | 162 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2014-03-02 |
| Publiceringsdatum | 2014-03-02 |
| Betyg | 4.50/5 Totalt 12 Betyg |
| Utvecklare | Salvador Gutierrez |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |