Sight
The Syntax Highlighter for Chrome
Cos'è Sight?
Sight è un'estensione di Chrome sviluppata da tsenart, e la sua funzione principale è "The Syntax Highlighter for Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sight
Scarica i file di estensione Sight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Sight |
ID | epmaefhielclhlnmjofcdapbeepkmggh |
URL Ufficiale | https://chromewebstore.google.com/detail/sight/epmaefhielclhlnmjofcdapbeepkmggh |
Descrizione | The Syntax Highlighter for Chrome |
Dimensione del File | 871 KB |
Conteggio Installazioni | 9,626 |
Versione Corrente | 1.20.1 |
Ultimo Aggiornamento | 2021-10-25 |
Data di Pubblicazione | 2016-08-26 |
Valutazione | 4.33/5 Totale 248 Valutazioni |
Sviluppatore | tsenart |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/tsenart/sight |
URL della Pagina di Aiuto | http://github.com/tsenart/sight |
Lingue Supportate | 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", " |