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文件
下载Cutback TimeSlider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
---------- 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": [ " |