CssAn Free

Visual Animations with CSS of any element at your web

CssAn Free là gì?

CssAn Free là một tiện ích mở rộng Chrome được phát triển bởi https://requiemsoft.com, và tính năng chính của nó là "Visual Animations with CSS of any element at your web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CssAn Free

Tải xuống các tệp mở rộng CssAn Free dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CssAn Free CssAn Free
ID pdmdohjkfkingpomebgidenecihonalp
URL Chính Thức https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp
Mô tả Visual Animations with CSS of any element at your web
Kích Thước Tệp 175 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2013-11-05
Ngày Phát Hành 2013-11-05
Nhà Phát Triển https://requiemsoft.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.requiemsoft.com/AnimWeb/index-eng.html
URL Trang Trợ Giúp http://www.requiemsoft.com/AnimWeb/index-eng.html
Ngôn Ngữ Được Hỗ Trợ 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
}