Voyage for CM3

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

Qu'est-ce que Voyage for CM3 ?

Voyage for CM3 est une extension Chrome développée par http://query.design, et sa fonction principale est "A chrome extension to allow for browsing and usage of presets for clipmaker 3".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Voyage for CM3

Téléchargez les fichiers d'extension Voyage for CM3 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

                        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.                    

Informations de Base sur l'Extension

Nom Voyage for CM3 Voyage for CM3
ID lfbcokffodmloihafigcfdopeimjlnac
URL Officiel https://chrome.google.com/webstore/detail/voyage-for-cm3/lfbcokffodmloihafigcfdopeimjlnac
Description A chrome extension to allow for browsing and usage of presets for clipmaker 3
Taille du Fichier 19.02 KB
Nombre d'Installations 400
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-06-09
Date de Publication 2020-09-08
Évaluation 3.84/5 Total 25 Évaluations
Développeur http://query.design
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            }
        }
    }
}