Animate!

Animate the web!

什么是Animate!?

Animate!是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Animate the web!”。

扩展截图

screenshot
screenshot
screenshot

下载Animate!扩展crx文件

下载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"
    ]
}