Voyage for CM3

A chrome extension to allow for browsing and usage of presets for clipmaker 3

Wat is Voyage for CM3?

Voyage for CM3 is een Chrome-extensie ontwikkeld door http://query.design, en de belangrijkste functie is "A chrome extension to allow for browsing and usage of presets for clipmaker 3".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Voyage for CM3

Download Voyage for CM3-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Voyage for CM3 Voyage for CM3
ID lfbcokffodmloihafigcfdopeimjlnac
Officiële URL https://chrome.google.com/webstore/detail/voyage-for-cm3/lfbcokffodmloihafigcfdopeimjlnac
Beschrijving A chrome extension to allow for browsing and usage of presets for clipmaker 3
Bestandsgrootte 19.02 KB
Aantal Installaties 400
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-06-09
Publicatiedatum 2020-09-08
Beoordeling 3.84/5 Totaal 25 Beoordelingen
Ontwikkelaar http://query.design
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            }
        }
    }
}