Shadertoy unofficial plugin.
Shadertoy.com unofficial plugin.
Qu'est-ce que Shadertoy unofficial plugin. ?
Shadertoy unofficial plugin. est une extension Chrome développée par Patu/AberrationCreations, et sa fonction principale est "Shadertoy.com unofficial plugin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shadertoy unofficial plugin.
Téléchargez les fichiers d'extension Shadertoy unofficial plugin. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Features: * List of recent shaders. * Fork any shader. * Save as new draft (for owned shaders). * Export shaders (single JSON or ZIP archive with JSON and readme.txt). * Display current canvas resolution. * Create links in comments and description. * Backup all user's shaders (JSON file). * Adjustable slider for full control of 'iTime' uniform and audio/video inputs. * FOUR sliders simulating mouse position with the same range. This can be used to tweaking variables. * Big shader preview on shaders list on "My profile" page ( + optional alternative layout ). * Change resolution in windowed and fullscreen mode by pressing ALT and 1...9. keys. Resolution is divided by pressed key value, for example: * Pause/Restart in fullscreen mode. FWD/RWD with arrow keys. * Fullscreen edit mode. * Render call multiplier https://github.com/patuwwy/ShaderToy-Chrome-Plugin
Informations de Base sur l'Extension
Nom | Shadertoy unofficial plugin. |
ID | ohicbclhdmkhoabobgppffepcopomhgl |
URL Officiel | https://chromewebstore.google.com/detail/shadertoy-unofficial-plug/ohicbclhdmkhoabobgppffepcopomhgl |
Description | Shadertoy.com unofficial plugin. |
Taille du Fichier | 157 KB |
Nombre d'Installations | 5,710 |
Version Actuelle | 0.14.260 |
Dernière Mise à Jour | 2024-02-22 |
Date de Publication | 2020-06-06 |
Évaluation | 4.54/5 Total 13 Évaluations |
Développeur | Patu/AberrationCreations |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/patuwwy/ShaderToy-Chrome-Plugin |
URL de la Page d'Aide | https://github.com/patuwwy/ShaderToy-Chrome-Plugin |
URL de la Page de Politique de Confidentialité | https://github.com/patuwwy/ShaderToy-Chrome-Plugin/blob/master/PRIVACY-POLICY.md |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shadertoy unofficial plugin.", "version": "0.14.260", "description": "Shadertoy.com unofficial plugin.", "homepage_url": "https:\/\/github.com\/patuwwy\/ShaderToy-Chrome-Plugin", "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.shadertoy.com\/*" ], "icons": { "128": "assets\/icon_active_128.png" }, "action": { "default_title": "ShaderToy plugin", "default_icon": "assets\/icon_active_128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.shadertoy.com\/*" ], "exclude_matches": [ "https:\/\/www.shadertoy.com\/signin" ], "js": [ "contentscript.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "popup.js", "shadertoy-plugin.js", "shadertoy-plugin-common.js", "add-ons\/shadertoy-plugin-codemirror.js", "add-ons\/shadertoy-plugin-bbcode.js", "shadertoy-plugin-profile.js", "shadertoy-plugin-home.js", "scripts\/jszip-3.1.5.js", "scripts\/node-sanitize-filename.js" ], "matches": [ "https:\/\/www.shadertoy.com\/*" ] } ] } |