Cutback TimeSlider
Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)
Cutback TimeSliderคืออะไร?
Cutback TimeSlider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Juan Lara และคุณลักษณะหลักของมันคือ "Cutback TimeSlider is a tool used to display a controls for the Greensock timeline (GSAP)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cutback TimeSlider
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |