TurboAnimator for Google Slides

Automates tedious animation tasks in Google Slides with one keypress

TurboAnimator for Google Slides là gì?

TurboAnimator for Google Slides là một tiện ích mở rộng Chrome được phát triển bởi https://turboanimator.com, và tính năng chính của nó là "Automates tedious animation tasks in Google Slides with one keypress".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TurboAnimator for Google Slides

Tải xuống các tệp mở rộng TurboAnimator for Google Slides dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        TurboAnimator (https://turboanimator.com/) is a browser extension that lets you automate animation-related tasks in Google Slides with simple key combinations. You can quickly add and delete animations by pressing a few keys, and setup common animation presets. Please note that you cannot add entirely new types/custom/more animations (and no extension can do that) - this is simply for fast automation.

Why?

Using animations in Slides is sometimes tedious. There's no default way to change the default animation style and delay, and you need many clicks to add, delete, and modify animations. 

My personal use-case: I always prefer a Fade In animation at 0.3 seconds delay, which previously requires 4 interactions per animation 
(Add Animation > Click on the animation type > Change to Fade In > Drag the timing slider exactly to 0.3 seconds).
I created this extension to make my workflows much faster by just pressing "Alt+A" to add this animation. 

As of this version you can:
- Add your preferred animation (chosen through the Options menu) with a single keypress (Alt+A by default)
- Delete the last animation in the list (Alt+Shift+D by default)
- Delete the last animation for the selected element (Alt+Shift+R by default)
- Use hotkeyed custom animations besides the default (e.g., Alt+Shift+1 by default for custom animation 1)
- Animate by-paragraph if necessary
- Choose which animation start condition should be applied (on-click, with previous, after previous)

Important Disclaimer(s):
TurboAnimator cannot create new animation types or new slide transition types. It only automates the tedious existing manual process of applying animations. 

Note: this extension might have edge cases and bugs as my testing is mostly limited to Chrome running on Ubuntu. Also, due to it simulating keypresses / etc on the DOM directly, this extension can easily stop working if the Google Slides user interface changes. However, this is the only way that animations can be automated for now, and since I use this daily, I will likely update it ASAP if something breaks. 

Changelog:
v0.7.5:
- Added uninstall feedback
v0.7.4:
- Added guided tutorial link in the options page
v0.7.3:
- Made changing shortcuts easier on Chrome
v0.7.0, v0.7.1, v0.7.2:
- Changed naming and assets for clarity, added support links
v0.6.3:
- Fixed bug with timings at 1.0 seconds not applying correctly - not waiting long enough for slider animation time to stabilize caused timing to be incorrect, we now wait a minimum time for each animation to be added


* Not affiliated to Google or the Slides team                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TurboAnimator for Google Slides TurboAnimator for Google Slides
ID mhdmaokphjlbobmlioagngakkofbchdo
URL Chính Thức https://chromewebstore.google.com/detail/turboanimator-for-google/mhdmaokphjlbobmlioagngakkofbchdo
Mô tả Automates tedious animation tasks in Google Slides with one keypress
Kích Thước Tệp 205 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 0.7.5
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2023-04-08
Nhà Phát Triển https://turboanimator.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://groups.google.com/g/slides-animator
URL Trang Trợ Giúp https://groups.google.com/g/slides-animator
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automates tedious animation tasks in Google Slides with one keypress",
    "version": "0.7.5",
    "manifest_version": 3,
    "name": "TurboAnimator for Google Slides",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyoghRzvHCuHIBepgD+QwfbZwFFX\/p0Uwe0oM5oFFETYMaTQdl6TM42N9HQH09JislgA2aqSInq6auBhiFKPSaW5X3VzorJuqTf51\/yMJCGIWgfiCi9hhrAwLppD2hVbpj8hCQ+oVDSUzd0GShzCATR2CWLSuNI+mmUHT7rYfyglHCEUXk5Lm9qMMLM8uw4iCyjpX7DLwTa65r50hLULZ2mVb8QkZBwLLfh263zrvv1FoaPs7ovEA6RNdoV9qFE3AwXKrZae5tdVLQApJTUqXgePcDXCbV8VhIMX\/FhAhD9mTHaXQtKDRqlSoBk81fKK+TGVAIAUuHP9URgwyyUJZpQIDAQAB",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage"
    ],
    "commands": {
        "animateMain": {
            "suggested_key": "Alt+A",
            "description": "Add default animation to current element"
        },
        "animateDelete": {
            "suggested_key": "Alt+Shift+D",
            "description": "Delete last animation in slide"
        },
        "animateDeleteSelected": {
            "suggested_key": "Alt+Shift+R",
            "description": "Remove animations from the selected element, one at a time"
        },
        "animateCustom-1": {
            "suggested_key": "Alt+Shift+1",
            "description": "Custom animation command 1"
        },
        "animateCustom-2": {
            "description": "Custom animation command 2"
        },
        "animateCustom-3": {
            "description": "Custom animation command 3"
        },
        "animateCustom-4": {
            "description": "Custom animation command 4"
        },
        "animateCustom-5": {
            "description": "Custom animation command 5"
        }
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png"
            ],
            "matches": []
        }
    ]
}