Sight

The Syntax Highlighter for Chrome

¿Qué es Sight?

Sight es una extensión de Chrome desarrollada por tsenart, y su función principal es "The Syntax Highlighter for Chrome".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sight

Descarga archivos de extensión Sight en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Sight Sight
ID epmaefhielclhlnmjofcdapbeepkmggh
URL Oficial https://chromewebstore.google.com/detail/sight/epmaefhielclhlnmjofcdapbeepkmggh
Descripción The Syntax Highlighter for Chrome
Tamaño del Archivo 871 KB
Cantidad de Instalaciones 9,626
Versión Actual 1.20.1
Última Actualización 2021-10-25
Fecha de Publicación 2016-08-26
Calificación 4.33/5 Total de 248 Calificaciones
Desarrollador tsenart
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://github.com/tsenart/sight
URL de la Página de Ayuda http://github.com/tsenart/sight
Idiomas Soportados 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",
        ""
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}