CssAn Free

Visual Animations with CSS of any element at your web

Что такое CssAn Free?

CssAn Free - это расширение Chrome, разработанное https://requiemsoft.com, и его основная функция - "Visual Animations with CSS of any element at your web".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения CssAn Free

Скачайте файлы расширений CssAn Free в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название CssAn Free CssAn Free
ID pdmdohjkfkingpomebgidenecihonalp
Официальный URL https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp
Описание Visual Animations with CSS of any element at your web
Размер файла 175 KB
Количество установок 56
Текущая Версия 0.4
Последнее Обновление 2013-11-05
Дата публикации 2013-11-05
Разработчик https://requiemsoft.com
Тип оплаты free
Официальный сайт расширения http://www.requiemsoft.com/AnimWeb/index-eng.html
URL страницы помощи http://www.requiemsoft.com/AnimWeb/index-eng.html
Поддерживаемые языки 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
}