Imgflip Quick Create
Instantly create memes from images and create GIFs from videos on the web
Imgflip Quick Create란 무엇입니까?
Imgflip Quick Create은(는) imgflip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly create memes from images and create GIFs from videos on the web"입니다.
확장 프로그램 스크린샷
Imgflip Quick Create 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This addon simply adds a button to the context menu for images and videos on websites you visit. If you right click (or tap and hold) on an image or video, you will be able to click "Create a meme from this image" or "Create a GIF from this video". This will open the Imgflip Meme Generator or GIF Maker with the image or video automatically uploaded so you can jump right into creating your image.
확장 프로그램 기본 정보
이름 | Imgflip Quick Create |
ID | ipdbhnffahpohpdkcelabahpmlheidff |
공식 URL | https://chromewebstore.google.com/detail/imgflip-quick-create/ipdbhnffahpohpdkcelabahpmlheidff |
설명 | Instantly create memes from images and create GIFs from videos on the web |
파일 크기 | 11.5 KB |
설치 횟수 | 2,000 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2020-09-25 |
출시 날짜 | 2020-09-25 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | imgflip |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://imgflip.com |
개인정보 보호 정책 페이지 URL | https://imgflip.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Imgflip Quick Create", "version": "0.1.0", "description": "Instantly create memes from images and create GIFs from videos on the web", "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] }, "icons": { "16": "imgflip-icon-96.png", "32": "imgflip-icon-96.png", "48": "imgflip-icon-padded-192.png", "96": "imgflip-icon-padded-192.png" }, "permissions": [ "contextMenus" ], "manifest_version": 2 } |