Voyage for CM3

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

What is Voyage for CM3?

Voyage for CM3 is a Chrome extension developed by http://query.design, and its main feature is "A chrome extension to allow for browsing and usage of presets for clipmaker 3".

Extension Screenshots

screenshot
screenshot
screenshot

Download Voyage for CM3 Extension CRX File

Download Voyage for CM3 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Voyage for CM3 Voyage for CM3
ID lfbcokffodmloihafigcfdopeimjlnac
Official URL 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
File Size 19.02 KB
Installation Count 400
Current Version 1.0.2
Last Updated 2021-06-09
Publish Date 2020-09-08
Rating 3.84/5 Total 25 Ratings
Developer http://query.design
Email [email protected]
Payment Type free
Supported Languages 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"
            }
        }
    }
}