Sight

The Syntax Highlighter for Chrome

What is Sight?

Sight is a Chrome extension developed by tsenart, and its main feature is "The Syntax Highlighter for Chrome".

Extension Screenshots

screenshot

Download Sight Extension CRX File

Download Sight extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sight Sight
ID epmaefhielclhlnmjofcdapbeepkmggh
Official URL https://chromewebstore.google.com/detail/sight/epmaefhielclhlnmjofcdapbeepkmggh
Description The Syntax Highlighter for Chrome
File Size 871 KB
Installation Count 9,626
Current Version 1.20.1
Last Updated 2021-10-25
Publish Date 2016-08-26
Rating 4.33/5 Total 248 Ratings
Developer tsenart
Email [email protected]
Payment Type free
Extension Website http://github.com/tsenart/sight
Help Page URL http://github.com/tsenart/sight
Supported Languages 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"
    }
}