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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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", " |