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 Euro Rincon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control banners that use the GSAP plugin by using the Timeline expression with the variable (tl)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Banner Animation Control - Dev एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}