Sight
The Syntax Highlighter for Chrome
O que é Sight?
Sight é uma extensão do Chrome desenvolvida por tsenart, e sua principal característica é "The Syntax Highlighter for Chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sight
Baixe arquivos de extensão Sight no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Sight |
ID | epmaefhielclhlnmjofcdapbeepkmggh |
URL Oficial | https://chromewebstore.google.com/detail/sight/epmaefhielclhlnmjofcdapbeepkmggh |
Descrição | The Syntax Highlighter for Chrome |
Tamanho do Arquivo | 871 KB |
Contagem de Instalações | 9,626 |
Versão Atual | 1.20.1 |
Última Atualização | 2021-10-25 |
Data de Publicação | 2016-08-26 |
Classificação | 4.33/5 Total de 248 Avaliações |
Desenvolvedor | tsenart |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://github.com/tsenart/sight |
URL da Página de Ajuda | http://github.com/tsenart/sight |
Idiomas Suportados | 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", " |