Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
Load GIFs faster with gfycat란 무엇입니까?
Load GIFs faster with gfycat은(는) Shane Afsar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com."입니다.
확장 프로그램 스크린샷
Load GIFs faster with gfycat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Animated GIFs can be a pain to load. gfycat.com helps solve this by converting the gif into an optimized HTML5 format. This unofficial extension simply adds a context menu item to images and links on the page so that you can have the option of opening the GIF in a new tab with gfycat.com/fetch.
확장 프로그램 기본 정보
이름 | Load GIFs faster with gfycat |
ID | hbiioadoilnnbeoopcabaifhofpplakc |
공식 URL | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
설명 | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
파일 크기 | 16.14 KB |
설치 횟수 | 120 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-05-12 |
출시 날짜 | 2014-05-11 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Shane Afsar |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Load GIFs faster with gfycat", "description": "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.", "version": "1.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "main.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |