CSS Brio

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

CSS Brioคืออะไร?

CSS Brio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JRAYCV และคุณลักษณะหลักของมันคือ "CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย CSS Brio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        #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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CSS Brio CSS Brio
ID jobnjchaapmooplimahhnailldelmmed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-brio/jobnjchaapmooplimahhnailldelmmed
คำอธิบาย CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.
ขนาดไฟล์ 86.26 KB
จำนวนการติดตั้ง 3,067
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-12-19
วันที่เผยแพร่ 2018-05-05
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา JRAYCV
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://css-brio.github.io/
URL หน้าช่วยเหลือ https://css-brio.github.io/
URL หน้านโยบายความเป็นส่วนตัว https://pixelcodify.com/cbp/privacy-policy.html
ภาษาที่รองรับ 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": [
        "*:\/\/*\/*"
    ]
}