Voyage for CM3
A chrome extension to allow for browsing and usage of presets for clipmaker 3
Was ist Voyage for CM3?
Voyage for CM3 ist eine Chrome-Erweiterung, die von http://query.design entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension to allow for browsing and usage of presets for clipmaker 3".
Erweiterungsscreenshots
Voyage for CM3-Erweiterungs-CRX-Datei herunterladen
Laden Sie Voyage for CM3-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Voyage is a chrome extension that allows for easy browsing, searching, and usage of presets including shaders and expressions for Panzoid's Clipmaker 3. Voyage is in no way affiliated with Panzoid.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lfbcokffodmloihafigcfdopeimjlnac |
Offizielle URL | https://chrome.google.com/webstore/detail/voyage-for-cm3/lfbcokffodmloihafigcfdopeimjlnac |
Beschreibung | A chrome extension to allow for browsing and usage of presets for clipmaker 3 |
Dateigröße | 19.02 KB |
Installationsanzahl | 400 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-06-09 |
Veröffentlichungsdatum | 2020-09-08 |
Bewertung | 3.84/5 Insgesamt 25 Bewertungen |
Entwickler | http://query.design |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voyage for CM3", "description": "A chrome extension to allow for browsing and usage of presets for clipmaker 3", "version": "1.0.2", "permissions": [ "tabs", "http:\/\/panzoid.com\/*", "https:\/\/panzoid.com\/*", "clipboardWrite", "clipboardRead" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "incognito": "split", "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Voyage for CM3" }, "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "MacCtrl+Shift+A" } } } } |