CSS Brio

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

Qu'est-ce que CSS Brio ?

CSS Brio est une extension Chrome développée par JRAYCV, et sa fonction principale est "CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CSS Brio

Téléchargez les fichiers d'extension CSS Brio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        #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                    

Informations de Base sur l'Extension

Nom CSS Brio CSS Brio
ID jobnjchaapmooplimahhnailldelmmed
URL Officiel https://chromewebstore.google.com/detail/css-brio/jobnjchaapmooplimahhnailldelmmed
Description CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.
Taille du Fichier 86.26 KB
Nombre d'Installations 3,067
Version Actuelle 2.0.2
Dernière Mise à Jour 2023-12-19
Date de Publication 2018-05-05
Évaluation 5.00/5 Total 5 Évaluations
Développeur JRAYCV
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://css-brio.github.io/
URL de la Page d'Aide https://css-brio.github.io/
URL de la Page de Politique de Confidentialité https://pixelcodify.com/cbp/privacy-policy.html
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}