CSS Brio

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

Vad är CSS Brio?

CSS Brio är en Chrome-tillägg utvecklad av JRAYCV, och dess huvudfunktion är "CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.".

Tilläggsskärmbilder

screenshot

Ladda ner CSS Brio-förlängningens CRX-fil

Ladda ner CSS Brio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        #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                    

Grundläggande Information om Tillägg

Namn CSS Brio CSS Brio
ID jobnjchaapmooplimahhnailldelmmed
Officiell webbadress https://chromewebstore.google.com/detail/css-brio/jobnjchaapmooplimahhnailldelmmed
Beskrivning CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.
Filstorlek 86.26 KB
Antal Installationer 3,067
Aktuell Version 2.0.2
Senast Uppdaterad 2023-12-19
Publiceringsdatum 2018-05-05
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare JRAYCV
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://css-brio.github.io/
Hjälpsida URL https://css-brio.github.io/
URL till Sekretesspolicy Sidan https://pixelcodify.com/cbp/privacy-policy.html
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}