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文件

下載CSS Brio Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}