CSS Brio

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

什麼是CSS Brio?

CSS Brio是由JRAYCV開發的Chrome擴展程式,該擴展的主要功能是“CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.”。

擴展截圖

screenshot

下載CSS Brio擴展crx文件

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