Sight

The Syntax Highlighter for Chrome

Sight क्या है?

Sight tsenart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Syntax Highlighter for Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Sight Sight
ID epmaefhielclhlnmjofcdapbeepkmggh
आधिकारिक URL https://chromewebstore.google.com/detail/sight/epmaefhielclhlnmjofcdapbeepkmggh
विवरण The Syntax Highlighter for Chrome
फ़ाइल का आकार 871 KB
स्थापना संख्या 9,626
वर्तमान संस्करण 1.20.1
अंतिम अपडेट 2021-10-25
प्रकाशन तिथि 2016-08-26
रेटिंग 4.33/5 कुल 248 रेटिंग्स
डेवलपर tsenart
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://github.com/tsenart/sight
सहायता पृष्ठ URL http://github.com/tsenart/sight
समर्थित भाषाएँ 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"
    }
}