Cutback TimeSlider
Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)
Apa itu Cutback TimeSlider?
Cutback TimeSlider adalah ekstensi Chrome yang dikembangkan oleh Juan Lara, dan fitur utamanya adalah "Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cutback TimeSlider
Unduh file ekstensi Cutback TimeSlider dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
---------- 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.
Informasi Dasar Ekstensi
Nama | |
ID | ddgibjcmokiciolhfhgcmcgnjhfonakg |
URL Resmi | https://chrome.google.com/webstore/detail/cutback-timeslider/ddgibjcmokiciolhfhgcmcgnjhfonakg |
Deskripsi | Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP) |
Ukuran File | 79.73 KB |
Jumlah Instalasi | 92 |
Versi Saat Ini | 3.0.4 |
Terakhir Diperbarui | 2019-08-28 |
Tanggal Publikasi | 2019-08-28 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Juan Lara |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |