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
公式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
Eメール [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\/*"
    ]
}