Shader Editor
Live editing shaders in the browser.
Cos'è Shader Editor?
Shader Editor è un'estensione di Chrome sviluppata da https://www.clicktorelease.com, e la sua funzione principale è "Live editing shaders in the browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shader Editor
Scarica i file di estensione Shader Editor 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
A Chrome DevTools extension to help you edit shaders live in the browser. Very much based on Firefox DevTools Shader Editor. Includes live edit of GLSL shaders: vertex and fragment shaders. Syntax highlighting and error reporting. Fullscreen editor mode. Autoformat and GLSL optimisation option. Shader colouring on hover Shader naming support Texture monitoring and editing
Informazioni di Base sull'Estensione
Nome | |
ID | ggeaidddejpbakgafapihjbgdlbbbpob |
URL Ufficiale | https://chromewebstore.google.com/detail/shader-editor/ggeaidddejpbakgafapihjbgdlbbbpob |
Descrizione | Live editing shaders in the browser. |
Dimensione del File | 824 KB |
Conteggio Installazioni | 6,282 |
Versione Corrente | 1.0.17 |
Ultimo Aggiornamento | 2016-04-06 |
Data di Pubblicazione | 2016-04-06 |
Valutazione | 4.59/5 Totale 22 Valutazioni |
Sviluppatore | https://www.clicktorelease.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/spite/ShaderEditorExtension |
URL della Pagina di Aiuto | https://github.com/spite/ShaderEditorExtension/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shader Editor", "version": "1.0.17", "minimum_chrome_version": "10.0", "devtools_page": "devtools.html", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "description": "Live editing shaders in the browser.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |