Sight
The Syntax Highlighter for Chrome
Co to jest Sight?
Sight to rozszerzenie Chrome opracowane przez tsenart, a jego główną funkcją jest „The Syntax Highlighter for Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sight
Pobierz pliki rozszerzeń Sight 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
Sight is the Syntax Highlighter Chrome extension that makes reading code on the browser a joy. You can choose the theme, font, font size and toggle line numbers on the options page. To force a specific language syntax pass #ft=[lang] on the url of the file and reload.
Podstawowe informacje o rozszerzeniu
Nazwa | Sight |
ID | epmaefhielclhlnmjofcdapbeepkmggh |
Oficjalny URL | https://chromewebstore.google.com/detail/sight/epmaefhielclhlnmjofcdapbeepkmggh |
Opis | The Syntax Highlighter for Chrome |
Rozmiar pliku | 871 KB |
Liczba instalacji | 9,626 |
Aktualna Wersja | 1.20.1 |
Ostatnia Aktualizacja | 2021-10-25 |
Data Publikacji | 2016-08-26 |
Ocena | 4.33/5 Łącznie 248 Oceny |
Deweloper | tsenart |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://github.com/tsenart/sight |
Adres URL Strony Pomocy | http://github.com/tsenart/sight |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sight", "version": "1.20.1", "description": "The Syntax Highlighter for Chrome", "homepage_url": "https:\/\/github.com\/tsenart\/sight", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "css\/*", "fonts\/*", "js\/lib\/*", "js\/languages\/*" ], "options_page": "options.html", "permissions": [ "webRequest", " |