Banner Animation Control - Dev

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

¿Qué es Banner Animation Control - Dev?

Banner Animation Control - Dev es una extensión de Chrome desarrollada por Euro Rincon, y su función principal es "Control banners that use the GSAP plugin by using the Timeline expression with the variable (tl).".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Banner Animation Control - Dev

Descarga archivos de extensión Banner Animation Control - Dev en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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"                    

Información Básica de la Extensión

Nombre Banner Animation Control - Dev Banner Animation Control - Dev
ID bmphfemmbimfpeelociakliamncpafia
URL Oficial https://chromewebstore.google.com/detail/banner-animation-control/bmphfemmbimfpeelociakliamncpafia
Descripción Control banners that use the GSAP plugin by using the Timeline expression with the variable (tl).
Tamaño del Archivo 136 KB
Cantidad de Instalaciones 202
Versión Actual 1.1.3
Última Actualización 2023-10-17
Fecha de Publicación 2019-01-25
Calificación 4.75/5 Total de 12 Calificaciones
Desarrollador Euro Rincon
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}