Banner Animation Control - Dev

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

Was ist Banner Animation Control - Dev?

Banner Animation Control - Dev ist eine Chrome-Erweiterung, die von Euro Rincon entwickelt wurde, und ihr Hauptmerkmal ist "Control banners that use the GSAP plugin by using the Timeline expression with the variable (tl).".

Erweiterungsscreenshots

screenshot

Banner Animation Control - Dev-Erweiterungs-CRX-Datei herunterladen

Laden Sie Banner Animation Control - Dev-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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"                    

Grundlegende Informationen zur Erweiterung

Name Banner Animation Control - Dev Banner Animation Control - Dev
ID bmphfemmbimfpeelociakliamncpafia
Offizielle URL https://chromewebstore.google.com/detail/banner-animation-control/bmphfemmbimfpeelociakliamncpafia
Beschreibung Control banners that use the GSAP plugin by using the Timeline expression with the variable (tl).
Dateigröße 136 KB
Installationsanzahl 202
Aktuelle Version 1.1.3
Letztes Update 2023-10-17
Veröffentlichungsdatum 2019-01-25
Bewertung 4.75/5 Insgesamt 12 Bewertungen
Entwickler Euro Rincon
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}