Voyage for CM3
A chrome extension to allow for browsing and usage of presets for clipmaker 3
Cos'è Voyage for CM3?
Voyage for CM3 è un'estensione di Chrome sviluppata da http://query.design, e la sua funzione principale è "A chrome extension to allow for browsing and usage of presets for clipmaker 3".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Voyage for CM3
Scarica i file di estensione Voyage for CM3 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lfbcokffodmloihafigcfdopeimjlnac |
URL Ufficiale | https://chrome.google.com/webstore/detail/voyage-for-cm3/lfbcokffodmloihafigcfdopeimjlnac |
Descrizione | A chrome extension to allow for browsing and usage of presets for clipmaker 3 |
Dimensione del File | 19.02 KB |
Conteggio Installazioni | 400 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2021-06-09 |
Data di Pubblicazione | 2020-09-08 |
Valutazione | 3.84/5 Totale 25 Valutazioni |
Sviluppatore | http://query.design |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } } |