CSS Brio Pro

Have amazing animation on your website in seconds.

CSS Brio Pro là gì?

CSS Brio Pro 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à "Have amazing animation on your website in seconds.".

Ả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 Pro

Tải xuống các tệp mở rộng CSS Brio Pro 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 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                    

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

Tên CSS Brio Pro CSS Brio Pro
ID odbkocjdfcnbnanfopdgpimmiebhofbf
URL Chính Thức https://chromewebstore.google.com/detail/css-brio-pro/odbkocjdfcnbnanfopdgpimmiebhofbf
Mô tả Have amazing animation on your website in seconds.
Kích Thước Tệp 308 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2021-10-03
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển JRAYCV
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://pixelcodify.com/cbp/
URL Trang Trợ Giúp https://pixelcodify.com/cbp/
URL Trang Chính Sách Bảo Mật https://pixelcodify.com/cbp/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}