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