Sight
The Syntax Highlighter for Chrome
什麼是Sight?
Sight是由tsenart開發的Chrome擴展程式,該擴展的主要功能是“The Syntax Highlighter for Chrome”。
擴展截圖
下載Sight擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | epmaefhielclhlnmjofcdapbeepkmggh |
| 官方網址 | 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",
" | |