Animate!

Animate the web!

Apa itu Animate!?

Animate! adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Animate the web!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Animate!

Unduh file ekstensi Animate! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Animate! Animate!
ID kkmbdnidlbkkhhdgchkagbdicfbfjahe
URL Resmi https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe
Deskripsi Animate the web!
Ukuran File 29.71 KB
Jumlah Instalasi 1,530
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2019-07-14
Tanggal Publikasi 2019-07-13
Penilaian 3.20/5 Total 5 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/jdclarke5/animate
URL Halaman Bantuan https://github.com/jdclarke5/animate/issues
Bahasa yang Didukung 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"
    ]
}