Sight

The Syntax Highlighter for Chrome

Sightคืออะไร?

Sight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tsenart และคุณลักษณะหลักของมันคือ "The Syntax Highlighter for Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sight

ดาวน์โหลดไฟล์ส่วนขยาย Sight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}