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 |
| 官方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",
" | |