CSS Brio Pro

Have amazing animation on your website in seconds.

CSS Brio Proคืออะไร?

CSS Brio Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JRAYCV และคุณลักษณะหลักของมันคือ "Have amazing animation on your website in seconds."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS Brio Pro

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}