Shader Editor
Live editing shaders in the browser.
Shader Editorคืออะไร?
Shader Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.clicktorelease.com และคุณลักษณะหลักของมันคือ "Live editing shaders in the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shader Editor
ดาวน์โหลดไฟล์ส่วนขยาย Shader Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shader Editor |
ID | ggeaidddejpbakgafapihjbgdlbbbpob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shader-editor/ggeaidddejpbakgafapihjbgdlbbbpob |
คำอธิบาย | Live editing shaders in the browser. |
ขนาดไฟล์ | 824 KB |
จำนวนการติดตั้ง | 6,282 |
เวอร์ชันปัจจุบัน | 1.0.17 |
อัปเดตครั้งล่าสุด | 2016-04-06 |
วันที่เผยแพร่ | 2016-04-06 |
คะแนน | 4.59/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | https://www.clicktorelease.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/spite/ShaderEditorExtension |
URL หน้าช่วยเหลือ | https://github.com/spite/ShaderEditorExtension/issues |
ภาษาที่รองรับ | 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": [ " |