Cutback TimeSlider
Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)
Vad är Cutback TimeSlider?
Cutback TimeSlider är en Chrome-tillägg utvecklad av Juan Lara, och dess huvudfunktion är "Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)".
Tilläggsskärmbilder
Ladda ner Cutback TimeSlider-förlängningens CRX-fil
Ladda ner Cutback TimeSlider-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
---------- 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.
Grundläggande Information om Tillägg
Namn | |
ID | ddgibjcmokiciolhfhgcmcgnjhfonakg |
Officiell webbadress | https://chrome.google.com/webstore/detail/cutback-timeslider/ddgibjcmokiciolhfhgcmcgnjhfonakg |
Beskrivning | Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP) |
Filstorlek | 79.73 KB |
Antal Installationer | 92 |
Aktuell Version | 3.0.4 |
Senast Uppdaterad | 2019-08-28 |
Publiceringsdatum | 2019-08-28 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Juan Lara |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |