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”。
擴展截圖
下載Voyage for CM3擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | lfbcokffodmloihafigcfdopeimjlnac |
| 官方網址 | 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"
}
}
}
} | |