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ファイルをダウンロード

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
}