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"입니다.

확장 프로그램 스크린샷

screenshot

Panzoid+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Panzoid+ Panzoid+
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"
    ]
}