CSS Brio

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

Cos'è CSS Brio?

CSS Brio è un'estensione di Chrome sviluppata da JRAYCV, e la sua funzione principale è "CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CSS Brio

Scarica i file di estensione CSS Brio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        #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                    

Informazioni di Base sull'Estensione

Nome CSS Brio CSS Brio
ID jobnjchaapmooplimahhnailldelmmed
URL Ufficiale https://chromewebstore.google.com/detail/css-brio/jobnjchaapmooplimahhnailldelmmed
Descrizione CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.
Dimensione del File 86.26 KB
Conteggio Installazioni 3,067
Versione Corrente 2.0.2
Ultimo Aggiornamento 2023-12-19
Data di Pubblicazione 2018-05-05
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore JRAYCV
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://css-brio.github.io/
URL della Pagina di Aiuto https://css-brio.github.io/
URL della Pagina della Politica sulla Privacy https://pixelcodify.com/cbp/privacy-policy.html
Lingue Supportate 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": [
        "*:\/\/*\/*"
    ]
}