CssAn Free

Visual Animations with CSS of any element at your web

Qu'est-ce que CssAn Free ?

CssAn Free est une extension Chrome développée par https://requiemsoft.com, et sa fonction principale est "Visual Animations with CSS of any element at your web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CssAn Free

Téléchargez les fichiers d'extension CssAn Free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CssAn Free CssAn Free
ID pdmdohjkfkingpomebgidenecihonalp
URL Officiel https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp
Description Visual Animations with CSS of any element at your web
Taille du Fichier 175 KB
Nombre d'Installations 56
Version Actuelle 0.4
Dernière Mise à Jour 2013-11-05
Date de Publication 2013-11-05
Développeur https://requiemsoft.com
Type de Paiement free
Site Web de l'Extension http://www.requiemsoft.com/AnimWeb/index-eng.html
URL de la Page d'Aide http://www.requiemsoft.com/AnimWeb/index-eng.html
Langues Prises en Charge 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
}