Sight

The Syntax Highlighter for Chrome

Sight là gì?

Sight là một tiện ích mở rộng Chrome được phát triển bởi tsenart, và tính năng chính của nó là "The Syntax Highlighter for Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sight

Tải xuống các tệp mở rộng Sight dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sight Sight
ID epmaefhielclhlnmjofcdapbeepkmggh
URL Chính Thức https://chromewebstore.google.com/detail/sight/epmaefhielclhlnmjofcdapbeepkmggh
Mô tả The Syntax Highlighter for Chrome
Kích Thước Tệp 871 KB
Số Lần Cài Đặt 9,626
Phiên Bản Hiện Tại 1.20.1
Cập Nhật Lần Cuối 2021-10-25
Ngày Phát Hành 2016-08-26
Đánh Giá 4.33/5 Tổng số 248 Đánh Giá
Nhà Phát Triển tsenart
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/tsenart/sight
URL Trang Trợ Giúp http://github.com/tsenart/sight
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}