Voyage for CM3

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

Voyage for CM3 क्या है?

Voyage for CM3 http://query.design द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to allow for browsing and usage of presets for clipmaker 3"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Voyage for CM3 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Voyage for CM3 Voyage for CM3
ID lfbcokffodmloihafigcfdopeimjlnac
आधिकारिक URL https://chrome.google.com/webstore/detail/voyage-for-cm3/lfbcokffodmloihafigcfdopeimjlnac
विवरण A chrome extension to allow for browsing and usage of presets for clipmaker 3
फ़ाइल का आकार 19.02 KB
स्थापना संख्या 400
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2021-06-09
प्रकाशन तिथि 2020-09-08
रेटिंग 3.84/5 कुल 25 रेटिंग्स
डेवलपर http://query.design
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            }
        }
    }
}