Animate!

Animate the web!

Co to jest Animate!?

Animate! to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Animate the web!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Animate!

Pobierz pliki rozszerzeń Animate! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Animate! Animate!
ID kkmbdnidlbkkhhdgchkagbdicfbfjahe
Oficjalny URL https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe
Opis Animate the web!
Rozmiar pliku 29.71 KB
Liczba instalacji 1,530
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2019-07-14
Data Publikacji 2019-07-13
Ocena 3.20/5 Łącznie 5 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/jdclarke5/animate
Adres URL Strony Pomocy https://github.com/jdclarke5/animate/issues
Obsługiwane Języki 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"
    ]
}