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
}