Sight
The Syntax Highlighter for Chrome
Qu'est-ce que Sight ?
Sight est une extension Chrome développée par tsenart, et sa fonction principale est "The Syntax Highlighter for Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sight
Téléchargez les fichiers d'extension Sight au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Sight |
ID | epmaefhielclhlnmjofcdapbeepkmggh |
URL Officiel | https://chromewebstore.google.com/detail/sight/epmaefhielclhlnmjofcdapbeepkmggh |
Description | The Syntax Highlighter for Chrome |
Taille du Fichier | 871 KB |
Nombre d'Installations | 9,626 |
Version Actuelle | 1.20.1 |
Dernière Mise à Jour | 2021-10-25 |
Date de Publication | 2016-08-26 |
Évaluation | 4.33/5 Total 248 Évaluations |
Développeur | tsenart |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/tsenart/sight |
URL de la Page d'Aide | http://github.com/tsenart/sight |
Langues Prises en Charge | 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", " |