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