CssAn Free

Visual Animations with CSS of any element at your web

¿Qué es CssAn Free?

CssAn Free es una extensión de Chrome desarrollada por https://requiemsoft.com, y su función principal es "Visual Animations with CSS of any element at your web".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión CssAn Free

Descarga archivos de extensión CssAn Free en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre CssAn Free CssAn Free
ID pdmdohjkfkingpomebgidenecihonalp
URL Oficial https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp
Descripción Visual Animations with CSS of any element at your web
Tamaño del Archivo 175 KB
Cantidad de Instalaciones 56
Versión Actual 0.4
Última Actualización 2013-11-05
Fecha de Publicación 2013-11-05
Desarrollador https://requiemsoft.com
Tipo de Pago free
Sitio Web de la Extensión http://www.requiemsoft.com/AnimWeb/index-eng.html
URL de la Página de Ayuda http://www.requiemsoft.com/AnimWeb/index-eng.html
Idiomas Soportados 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
}