CssAn Free

Visual Animations with CSS of any element at your web

Co je CssAn Free?

CssAn Free je rozšíření Chrome vyvinuté https://requiemsoft.com, a jeho hlavní funkcí je „Visual Animations with CSS of any element at your web“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CssAn Free

Stáhněte si soubory rozšíření CssAn Free ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        CSS Animator

Awesome animations, future of the web at your finger tips.

Create your CSS animations in a visual and simple way in your own website, optimize productivity and work directly with the result.                    

Základní Informace o Rozšíření

Název CssAn Free CssAn Free
ID pdmdohjkfkingpomebgidenecihonalp
Oficiální URL https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp
Popis Visual Animations with CSS of any element at your web
Velikost souboru 175 KB
Počet instalací 56
Aktuální Verze 0.4
Poslední Aktualizace 2013-11-05
Datum Vydání 2013-11-05
Vývojář https://requiemsoft.com
Typ Platby free
Webové stránky Rozšíření http://www.requiemsoft.com/AnimWeb/index-eng.html
URL Stránky Nápovědy http://www.requiemsoft.com/AnimWeb/index-eng.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CssAn Free",
    "description": "Visual Animations with CSS of any element at your web",
    "version": "0.4",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "icono48.png",
        "128": "icono128.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "jquery-ui.js",
            "background.js",
            "animador.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icono48.png",
        "default_title": "Animate a web"
    },
    "manifest_version": 2
}