GIFit!
Make GIFs from YouTube videos
GIFit!란 무엇입니까?
GIFit!은(는) https://fauntleroy.github.io/GIFit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make GIFs from YouTube videos"입니다.
확장 프로그램 스크린샷
GIFit! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* Now updated to work with the recent YouTube interface update! * Problem: There's a 4 second chunk of a YouTube video you desperately need as a GIF. Solution: GIFit! How do I use GIFit!? 1: Install it 2: Go to any video on http://youtube.com 3: Click the GIFit! icon in the toolbar (should be next to CC, watch later, and settings) 4: Set a start time, end time, and other configuration options 5: Click the big red GIFit! button 6: Wait. I know it's hard, but GIFs take a few seconds 7: Your GIF is ready, click the "Save GIF" button! Notes about GIFit!: - It only works when you have YouTube in HTML5 mode, which I believe is the default mode in Chrome these days. - Some videos on YouTube use the Flash player by force. GIFit! will not work with these videos. - The GIFs GIFit! makes are preeeetty big. It'll take some time, but later versions of GIFit! should produce smaller GIFs. - You're awesome.
확장 프로그램 기본 정보
이름 | GIFit! |
ID | khoojcphcmgcplkpckkjpdlloooifgec |
공식 URL | https://chromewebstore.google.com/detail/gifit/khoojcphcmgcplkpckkjpdlloooifgec |
설명 | Make GIFs from YouTube videos |
파일 크기 | 910 KB |
설치 횟수 | 30,000 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2019-06-17 |
출시 날짜 | 2019-06-16 |
평점 | 4.10/5 총 91 개의 평점 |
개발자 | https://fauntleroy.github.io/GIFit |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://fauntleroy.github.io/GIFit/ |
도움말 페이지 URL | https://github.com/Fauntleroy/GIFit |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIFit!", "description": "Make GIFs from YouTube videos", "version": "2.0.1", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "vendor\/gif.js", "vendor\/patch-worker.js", "content.js" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self'; object-src 'self'; child-src blob:", "web_accessible_resources": [ "gif.js.map" ], "icons": { "128": "icon_128.png" }, "manifest_version": 2 } |