CSS Brio

CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.

CSS Brio란 무엇입니까?

CSS Brio은(는) JRAYCV에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        #Create CSS Animation Instantly!

Have amazing animation on your website in seconds.

#Live Animation Preview

CSS Brio allows you to preview your animations and see the kinds of animations available.

#CSS Code Provider

The CSS code used in the animations are provided by CSS Brio. Just choose your animation and view the code used click copy button and paste it on your stylesheet.

Designer's best CSS Animation companion

#Update
- Fix Manifest to 3.0                    

확장 프로그램 기본 정보

이름 CSS Brio CSS Brio
ID jobnjchaapmooplimahhnailldelmmed
공식 URL https://chromewebstore.google.com/detail/css-brio/jobnjchaapmooplimahhnailldelmmed
설명 CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.
파일 크기 86.26 KB
설치 횟수 3,067
현재 버전 2.0.2
최근 업데이트 2023-12-19
출시 날짜 2018-05-05
평점 5.00/5 총 5 개의 평점
개발자 JRAYCV
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://css-brio.github.io/
도움말 페이지 URL https://css-brio.github.io/
개인정보 보호 정책 페이지 URL https://pixelcodify.com/cbp/privacy-policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS Brio",
    "version": "2.0.2",
    "description": "CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.",
    "short_name": "Brio",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "animate.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_title": "CSS Brio Lite",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}