Animate!

Animate the web!

Animate!คืออะไร?

Animate! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Animate the web!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Animate!

ดาวน์โหลดไฟล์ส่วนขยาย Animate! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Animate the web! Because it's a bit of fun.

Choose your selector/animation/options and click Animate! Select specific elements using the mouse, or use CSS selectors. Apply predefined animations or construct your own using CSS properties. Choose animation options such as duration, timing, and direction. You can add multiple animations, undo, and reset.

You can use it just for fun, or as a tool for web development. Or both!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Animate! Animate!
ID kkmbdnidlbkkhhdgchkagbdicfbfjahe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe
คำอธิบาย Animate the web!
ขนาดไฟล์ 29.71 KB
จำนวนการติดตั้ง 1,530
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2019-07-14
วันที่เผยแพร่ 2019-07-13
คะแนน 3.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jdclarke5/animate
URL หน้าช่วยเหลือ https://github.com/jdclarke5/animate/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Animate!",
    "short_name": "Animate!",
    "version": "0.2.0",
    "description": "Animate the web!",
    "author": "Jackson Clarke",
    "homepage_url": "https:\/\/github.com\/jdclarke5\/animate",
    "icons": {
        "16": "icons\/animate-16.png",
        "32": "icons\/animate-32.png",
        "48": "icons\/animate-48.png",
        "64": "icons\/animate-64.png",
        "96": "icons\/animate-96.png",
        "128": "icons\/animate-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Animate!"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content_scripts\/sidebar.html"
    ]
}