Banner Animation Control - Dev

Control banners that use the GSAP plugin by using the Timeline expression with the variable (tl).

Что такое Banner Animation Control - Dev?

Banner Animation Control - Dev - это расширение Chrome, разработанное Euro Rincon, и его основная функция - "Control banners that use the GSAP plugin by using the Timeline expression with the variable (tl).".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Banner Animation Control - Dev

Скачайте файлы расширений Banner Animation Control - Dev в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Herramienta para controlar los banners construidos con el plugin de Greensock GSAP, 
utilizando TimelineMax y TimelineLite.

" var tl  = new TimelineMax(); "
" var tl  = new TimelineLite(); "

Activar con teclado:
default: "Ctrl+Shift+F",
     mac: "Ctrl+Shift+F"
-------------------------------------- 

Tool to control the banners built with the Greensock GSAP plugin, using TimelineMax and TimelineLite.

" var tl  = new TimelineMax(); "
" var tl  = new TimelineLite(); "

Hot Keywords:
default: "Ctrl+Shift+D",
     mac: "Ctrl+Shift+D"                    

Основная информация о расширении

Название Banner Animation Control - Dev Banner Animation Control - Dev
ID bmphfemmbimfpeelociakliamncpafia
Официальный URL https://chromewebstore.google.com/detail/banner-animation-control/bmphfemmbimfpeelociakliamncpafia
Описание Control banners that use the GSAP plugin by using the Timeline expression with the variable (tl).
Размер файла 136 KB
Количество установок 202
Текущая Версия 1.1.3
Последнее Обновление 2023-10-17
Дата публикации 2019-01-25
Рейтинг 4.75/5 Всего 12 оценок
Разработчик Euro Rincon
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Banner Animation Control - Dev ",
    "version": "1.1.3",
    "description": "Control banners that use the GSAP plugin by using the Timeline expression with the variable (tl).",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css",
                "js\/*.js",
                "fonts\/*.woff2",
                "html\/*.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": "img\/icon_disabled.png",
        "default_title": "Banner Animation\nControl using GSAP",
        "default_popup": "html\/tab-not-allowed.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "background",
        "scripting",
        "activeTab"
    ]
}