Syntaxit
Syntax Colorize
Co to jest Syntaxit?
Syntaxit to rozszerzenie Chrome opracowane przez Sandip Chitale, a jego główną funkcją jest „Syntax Colorize”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Syntaxit
Pobierz pliki rozszerzeń Syntaxit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Visit any page that has JavaScript code in a pre tag which has not been been syntax colored yet by some other plugin and then click on the Syntaxit icon in the toolbar. You will see that all thetags will be updated to show syntax colored code with line numbers.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fdgpepgfapimghgbdmdbnlffmmioegbo |
Oficjalny URL | https://chrome.google.com/webstore/detail/syntaxit/fdgpepgfapimghgbdmdbnlffmmioegbo |
Opis | Syntax Colorize |
Rozmiar pliku | 41.84 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2014-03-29 |
Data Publikacji | 2014-03-29 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | Sandip Chitale |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://sandipchitale.blogspot.com/2014/03/chrome-extension-syntaxit.html |
Adres URL Strony Pomocy | https://github.com/sandipchitale/syntaxit/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Syntaxit", "version": "1.0.0", "description": "Syntax Colorize", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs" ], "icons": { "16": "icons\/syntaxit-16.png", "48": "icons\/syntaxit-48.png", "128": "icons\/syntaxit-128.png" }, "browser_action": { "default_icon": { "19": "icons\/syntaxit-19.png" }, "default_title": "Syntaxit" }, "content_scripts": [ { "matches": [ " |