Panzoid+
Browser extension specifically for the Clipmaker 3. You can add new effects to your project using the new shaders
什么是Panzoid+?
Panzoid+是由WzrterFX开发的Chrome扩展程序,该扩展的主要功能是“Browser extension specifically for the Clipmaker 3. You can add new effects to your project using the new shaders”。
扩展截图
下载Panzoid+扩展crx文件
下载Panzoid+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Release 1.0
-Extension available
Update 1.1
-Update all shaders
-Added themes
-Added Motion Blur
-Added Shine
Update 1.2
-Added Colorisma
Update 1.3
-Added Edge blur
Update 1.4
-Added Glitch
-Added Leave color
-Added Rainbow shake
-Added Left right shake
Update 1.5
-Added Halftone
-Added Invert channel
Update 1.6
-Added Extrude
Update 1.7
-Little style fix
-Added Ambient occlusion
-Added Light sweep 扩展基本信息
| 名称 | |
| ID | ehnkcfogapldjdcahfdhnfpddedeefpi |
| 官方URL | https://chromewebstore.google.com/detail/panzoid+/ehnkcfogapldjdcahfdhnfpddedeefpi |
| 简介 | Browser extension specifically for the Clipmaker 3. You can add new effects to your project using the new shaders |
| 文件大小 | 60.46 KB |
| 安装次数 | 100 |
| 当前版本 | 1.7 release |
| 更新时间 | 2024-02-26 |
| 上架时间 | 2023-08-08 |
| 评分 | 4.75/5 共8次评分 |
| 开发者 | WzrterFX |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version_name": "1.7 release",
"version": "1.7",
"name": "Panzoid+",
"short_name": "Pz+",
"description": "Browser extension specifically for the Clipmaker 3. You can add new effects to your project using the new shaders",
"author": "WzrterFX",
"icons": {
"128": ".\/source\/icons\/128x128.png",
"48": ".\/source\/icons\/48x48.png",
"32": ".\/source\/icons\/32x32.png",
"16": ".\/source\/icons\/16x16.png"
},
"action": {
"default_popup": ".\/index.html",
"default_title": "Show Panzoid+"
},
"permissions": [
"clipboardWrite"
]
} | |