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
官方網址 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"
    ]
}