CSS Brio Pro

Have amazing animation on your website in seconds.

CSS Brio Pro란 무엇입니까?

CSS Brio Pro은(는) JRAYCV에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Have amazing animation on your website in seconds."입니다.

확장 프로그램 스크린샷

screenshot

CSS Brio Pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create Visually Appealing CSS Animations Instantly!
With CSS Brio Pro Bigger, Faster, and Better.

---------------------------------------------------------------------------------
Bug Fix:

1. Mac Dark Mode white background has been fixed.
2. Windows Text Color  Select Option has been fixed.

---------------------------------------------------------------------------------

Bigger

The enhanced interface is very visually engaging, the typography is now clearer and more visible.

Faster

Achieve more in less time, CSS Brio Pro is faster and more responsive

Better

Enjoy improved functionality, our powerful new features will help you create visually appealing animations. New! Animations have been added                    

확장 프로그램 기본 정보

이름 CSS Brio Pro CSS Brio Pro
ID odbkocjdfcnbnanfopdgpimmiebhofbf
공식 URL https://chromewebstore.google.com/detail/css-brio-pro/odbkocjdfcnbnanfopdgpimmiebhofbf
설명 Have amazing animation on your website in seconds.
파일 크기 308 KB
설치 횟수 81
현재 버전 2.0.0
최근 업데이트 2023-12-05
출시 날짜 2021-10-03
평점 4.67/5 총 3 개의 평점
개발자 JRAYCV
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://pixelcodify.com/cbp/
도움말 페이지 URL https://pixelcodify.com/cbp/
개인정보 보호 정책 페이지 URL https://pixelcodify.com/cbp/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Brio Pro",
    "action": [],
    "manifest_version": 3,
    "version": "2.0.0",
    "description": "Have amazing animation on your website in seconds.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "imgs\/*",
                "js\/*",
                "lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "imgs\/cbp_icon16.png",
        "48": "imgs\/cbp_icon48.png",
        "128": "imgs\/cbp_icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "*:\/\/api.gumroad.com\/*"
    ]
}