WebExtension.net
Toggle dark mode
WebExtension.net

QuickAnimate for Google Slides™

View on Chrome Web Store
View QuickAnimate for Google Slides™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (9 ratings)
1 new ratings
10 views
This extension has been viewed 10 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Quickly Add Animations to Google Slides™ using Keyboard Shortcuts
Type
Extension
Users
7,000 users
1K
Website slidesai.io
SlidesAI
View author page of SlidesAI
Published
Published on November 26, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on December 12, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View QuickAnimate for Google Slides™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QuickAnimate for Google Slides\u2122",
    "version": "1.0.2",
    "description": "Quickly Add Animations to Google Slides\u2122 using Keyboard Shortcuts",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "backgroundScript.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/presentation\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "commands": {
        "default": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Default animation"
        },
        "delete_last_animation": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            },
            "description": "Delete last animation"
        },
        "delete_selected_animation": {
            "suggested_key": {
                "default": "Alt+Shift+R",
                "mac": "Alt+Shift+R"
            },
            "description": "Delete last animation for selected element"
        },
        "custom1": {
            "suggested_key": {
                "default": "Alt+Shift+1",
                "mac": "Alt+Shift+1"
            },
            "description": "Custom Preset 1"
        },
        "custom2": {
            "description": "Custom Preset 2"
        },
        "custom3": {
            "description": "Custom Preset 3"
        },
        "custom4": {
            "description": "Custom Preset 4"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top