CssAn Free

Visual Animations with CSS of any element at your web

Co to jest CssAn Free?

CssAn Free to rozszerzenie Chrome opracowane przez https://requiemsoft.com, a jego główną funkcją jest „Visual Animations with CSS of any element at your web”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CssAn Free

Pobierz pliki rozszerzeń CssAn Free w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CssAn Free CssAn Free
ID pdmdohjkfkingpomebgidenecihonalp
Oficjalny URL https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp
Opis Visual Animations with CSS of any element at your web
Rozmiar pliku 175 KB
Liczba instalacji 56
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2013-11-05
Data Publikacji 2013-11-05
Deweloper https://requiemsoft.com
Typ Płatności free
Strona Rozszerzenia http://www.requiemsoft.com/AnimWeb/index-eng.html
Adres URL Strony Pomocy http://www.requiemsoft.com/AnimWeb/index-eng.html
Obsługiwane Języki 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
}