Cutback TimeSlider
Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)
Cutback TimeSlider란 무엇입니까?
Cutback TimeSlider은(는) Juan Lara에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)"입니다.
확장 프로그램 스크린샷
Cutback TimeSlider 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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": [ " |