Instant Syntax
This extension will highlight the code syntax of any highlighted text
Что такое Instant Syntax?
Instant Syntax - это расширение Chrome, разработанное Salvador Gutierrez, и его основная функция - "This extension will highlight the code syntax of any highlighted text".
Снимки экрана расширения
Скачать файл CRX расширения Instant Syntax
Скачайте файлы расширений Instant Syntax в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | gjoffkgdelmaodajhoncmleiamifdcgi |
| Официальный URL | https://chrome.google.com/webstore/detail/instant-syntax/gjoffkgdelmaodajhoncmleiamifdcgi |
| Описание | This extension will highlight the code syntax of any highlighted text |
| Размер файла | 75.37 KB |
| Количество установок | 162 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2014-03-02 |
| Дата публикации | 2014-03-02 |
| Рейтинг | 4.50/5 Всего 12 оценок |
| Разработчик | Salvador Gutierrez |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |