CSS Brio

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

Was ist CSS Brio?

CSS Brio ist eine Chrome-Erweiterung, die von JRAYCV entwickelt wurde, und ihr Hauptmerkmal ist "CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.".

Erweiterungsscreenshots

screenshot

CSS Brio-Erweiterungs-CRX-Datei herunterladen

Laden Sie CSS Brio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        #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                    

Grundlegende Informationen zur Erweiterung

Name CSS Brio CSS Brio
ID jobnjchaapmooplimahhnailldelmmed
Offizielle URL https://chromewebstore.google.com/detail/css-brio/jobnjchaapmooplimahhnailldelmmed
Beschreibung CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.
Dateigröße 86.26 KB
Installationsanzahl 3,067
Aktuelle Version 2.0.2
Letztes Update 2023-12-19
Veröffentlichungsdatum 2018-05-05
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler JRAYCV
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://css-brio.github.io/
Hilfeseite URL https://css-brio.github.io/
URL der Datenschutzrichtlinien-Seite https://pixelcodify.com/cbp/privacy-policy.html
Unterstützte Sprachen 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": [
        "*:\/\/*\/*"
    ]
}