Post Processing Hack Editor
Edit a pass of postprocessing shader on top of a live web page canvas element.
Hvad er Post Processing Hack Editor?
Post Processing Hack Editor er en Chrome-udvidelse udviklet af samsy, og dens hovedfunktion er "Edit a pass of postprocessing shader on top of a live web page canvas element.".
Udvidelsesskærmbilleder
Download Post Processing Hack Editor-udvidelses-CRX-fil
Download Post Processing Hack Editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A chrome extension that let you edit / hack a pass of webgl post-processing shader on top of any canvas of any live web page. Hit the button of the extension, and the editor will show up. It grabs the first canvas of the DOM tree, click again so it goes to the next one etc.. BETA VERSION. Accessible uniforms : float iGlobalTime : current time vec2 mouse : ( - 1 to 1 ) position of the mouse on screen sampler2D tInput : texture from the canvas vec2 iResolution : resolution of the screen. vec2 uv : UV coordinates
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | koemcchjodjlpjandcjjhmopkkjenlnc |
Officiel URL | https://chrome.google.com/webstore/detail/post-processing-hack-edit/koemcchjodjlpjandcjjhmopkkjenlnc |
Beskrivelse | Edit a pass of postprocessing shader on top of a live web page canvas element. |
Filstørrelse | 147 KB |
Antal Installationer | 251 |
Nuværende Version | 0.12 |
Senest Opdateret | 2016-12-23 |
Udgivelsesdato | 2016-12-23 |
Bedømmelse | 2.00/5 Samlet 3 Bedømmelser |
Udvikler | samsy |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Post Processing Hack Editor", "short_name": "Post Processing Hack Editor", "version": "0.12", "manifest_version": 2, "description": "Edit a pass of postprocessing shader on top of a live web page canvas element.", "background": { "scripts": [ "action.js" ] }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ " |