Sight
The Syntax Highlighter for Chrome
Wat is Sight?
Sight is een Chrome-extensie ontwikkeld door tsenart, en de belangrijkste functie is "The Syntax Highlighter for Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Sight
Download Sight-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | epmaefhielclhlnmjofcdapbeepkmggh |
| Officiële URL | https://chromewebstore.google.com/detail/sight/epmaefhielclhlnmjofcdapbeepkmggh |
| Beschrijving | The Syntax Highlighter for Chrome |
| Bestandsgrootte | 871 KB |
| Aantal Installaties | 9,626 |
| Huidige Versie | 1.20.1 |
| Laatst Bijgewerkt | 2021-10-25 |
| Publicatiedatum | 2016-08-26 |
| Beoordeling | 4.33/5 Totaal 248 Beoordelingen |
| Ontwikkelaar | tsenart |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://github.com/tsenart/sight |
| Help Pagina-URL | http://github.com/tsenart/sight |
| Ondersteunde Talen | 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",
" | |