Animate!

Animate the web!

What is Animate!?

Animate! is a Chrome extension developed by Unknown, and its main feature is "Animate the web!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Animate! Extension CRX File

Download Animate! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Animate! Animate!
ID kkmbdnidlbkkhhdgchkagbdicfbfjahe
Official URL https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe
Description Animate the web!
File Size 29.71 KB
Installation Count 1,530
Current Version 0.2.0
Last Updated 2019-07-14
Publish Date 2019-07-13
Rating 3.20/5 Total 5 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/jdclarke5/animate
Help Page URL https://github.com/jdclarke5/animate/issues
Supported Languages 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"
    ]
}