CSS Brio

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

CSS Brio là gì?

CSS Brio là một tiện ích mở rộng Chrome được phát triển bởi JRAYCV, và tính năng chính của nó là "CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSS Brio

Tải xuống các tệp mở rộng CSS Brio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        #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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSS Brio CSS Brio
ID jobnjchaapmooplimahhnailldelmmed
URL Chính Thức https://chromewebstore.google.com/detail/css-brio/jobnjchaapmooplimahhnailldelmmed
Mô tả CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.
Kích Thước Tệp 86.26 KB
Số Lần Cài Đặt 3,067
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2023-12-19
Ngày Phát Hành 2018-05-05
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển JRAYCV
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://css-brio.github.io/
URL Trang Trợ Giúp https://css-brio.github.io/
URL Trang Chính Sách Bảo Mật https://pixelcodify.com/cbp/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}