Cutback TimeSlider

Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)

Cutback TimeSlider क्या है?

Cutback TimeSlider Juan Lara द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)"।

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

screenshot

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

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

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

                        ----------
ENGLISH
----------

Cutback TimeSlider is a Chrome extension used to debug the animation of a HTML5 Greensock banner

----------------------------------------------------------------------------------------------------------

Banner's requirements

1- Banner needs to be made with TweenMax (GSAP).
2- Banner need to be made in one Timeline.

It works with just run a banner with this requirements and click on the extension to activate.

----------
ESPAÑOL
----------

Cutback TimeSlider es una extension de Chrome para controlar el timeline de banners hechos con Greensock (GSAP)

----------------------------------------------------------------------------------------------------------

Requerimientos del banner

1- El banner tiene que ser hecho con TweenMax (GSAP).
2- El banner debe de estar hecho con un solo Timeline.

Funciona fácilmente con seguir los requerimientos y hacer click en la extension para activarla.                    

एक्सटेंशन की मूल जानकारी

नाम Cutback TimeSlider Cutback TimeSlider
ID ddgibjcmokiciolhfhgcmcgnjhfonakg
आधिकारिक URL https://chrome.google.com/webstore/detail/cutback-timeslider/ddgibjcmokiciolhfhgcmcgnjhfonakg
विवरण Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)
फ़ाइल का आकार 79.73 KB
स्थापना संख्या 92
वर्तमान संस्करण 3.0.4
अंतिम अपडेट 2019-08-28
प्रकाशन तिथि 2019-08-28
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Juan Lara
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cutback TimeSlider",
    "description": "Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)",
    "version": "3.0.4",
    "permissions": [
        "activeTab",
        "tabs",
        "sessions",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Cutback TimeSlider"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "18": "icon\/icon18.png",
        "24": "icon\/icon24.png",
        "32": "icon\/icon32.png",
        "36": "icon\/icon36.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 2
}