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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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