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 |
Eメール | [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": [ " |