Cutback TimeSlider

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

What is Cutback TimeSlider?

Cutback TimeSlider is a Chrome extension developed by Juan Lara, and its main feature is "Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)".

Extension Screenshots

screenshot

Download Cutback TimeSlider Extension CRX File

Download Cutback TimeSlider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ----------
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.                    

Extension Basic Information

Name Cutback TimeSlider Cutback TimeSlider
ID ddgibjcmokiciolhfhgcmcgnjhfonakg
Official URL https://chrome.google.com/webstore/detail/cutback-timeslider/ddgibjcmokiciolhfhgcmcgnjhfonakg
Description Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)
File Size 79.73 KB
Installation Count 92
Current Version 3.0.4
Last Updated 2019-08-28
Publish Date 2019-08-28
Rating 5.00/5 Total 3 Ratings
Developer Juan Lara
Email [email protected]
Payment Type free
Supported Languages 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
}