Voyage for CM3

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

Voyage for CM3คืออะไร?

Voyage for CM3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://query.design และคุณลักษณะหลักของมันคือ "A chrome extension to allow for browsing and usage of presets for clipmaker 3"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voyage for CM3

ดาวน์โหลดไฟล์ส่วนขยาย Voyage for CM3 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            }
        }
    }
}