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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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