Animate!

Animate the web!

Co je Animate!?

Animate! je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Animate the web!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Animate!

Stáhněte si soubory rozšíření Animate! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Animate! Animate!
ID kkmbdnidlbkkhhdgchkagbdicfbfjahe
Oficiální URL https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe
Popis Animate the web!
Velikost souboru 29.71 KB
Počet instalací 1,530
Aktuální Verze 0.2.0
Poslední Aktualizace 2019-07-14
Datum Vydání 2019-07-13
Hodnocení 3.20/5 Celkem 5 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření https://github.com/jdclarke5/animate
URL Stránky Nápovědy https://github.com/jdclarke5/animate/issues
Podporované Jazyky 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"
    ]
}