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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension to allow for browsing and usage of presets for clipmaker 3"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Voyage for CM3 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            }
        }
    }
}