CssAn Free

Visual Animations with CSS of any element at your web

CssAn Free란 무엇입니까?

CssAn Free은(는) https://requiemsoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visual Animations with CSS of any element at your web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CssAn Free 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}