CssAn Free

Visual Animations with CSS of any element at your web

Cos'è CssAn Free?

CssAn Free è un'estensione di Chrome sviluppata da https://requiemsoft.com, e la sua funzione principale è "Visual Animations with CSS of any element at your web".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CssAn Free

Scarica i file di estensione CssAn Free 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

                        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.                    

Informazioni di Base sull'Estensione

Nome CssAn Free CssAn Free
ID pdmdohjkfkingpomebgidenecihonalp
URL Ufficiale https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp
Descrizione Visual Animations with CSS of any element at your web
Dimensione del File 175 KB
Conteggio Installazioni 56
Versione Corrente 0.4
Ultimo Aggiornamento 2013-11-05
Data di Pubblicazione 2013-11-05
Sviluppatore https://requiemsoft.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.requiemsoft.com/AnimWeb/index-eng.html
URL della Pagina di Aiuto http://www.requiemsoft.com/AnimWeb/index-eng.html
Lingue Supportate 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
}