Cutback TimeSlider
Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)
Co to jest Cutback TimeSlider?
Cutback TimeSlider to rozszerzenie Chrome opracowane przez Juan Lara, a jego główną funkcją jest „Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cutback TimeSlider
Pobierz pliki rozszerzeń Cutback TimeSlider w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
---------- 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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ddgibjcmokiciolhfhgcmcgnjhfonakg |
Oficjalny URL | https://chrome.google.com/webstore/detail/cutback-timeslider/ddgibjcmokiciolhfhgcmcgnjhfonakg |
Opis | Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP) |
Rozmiar pliku | 79.73 KB |
Liczba instalacji | 92 |
Aktualna Wersja | 3.0.4 |
Ostatnia Aktualizacja | 2019-08-28 |
Data Publikacji | 2019-08-28 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Juan Lara |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |