GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
GIF the Web란 무엇입니까?
GIF the Web은(는) Andy Freeland에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome."입니다.
확장 프로그램 스크린샷
GIF the Web 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have you ever wished Facebook animated GIFs like a real website? Have you ever wanted gchat (including hangouts!) to show images inline? Well, now they do. The web just got more awesome. Now with Google Hangouts support!
확장 프로그램 기본 정보
이름 | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
공식 URL | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
설명 | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
파일 크기 | 85.61 KB |
설치 횟수 | 292 |
현재 버전 | 0.7.4 |
최근 업데이트 | 2016-08-01 |
출시 날짜 | 2016-08-01 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | Andy Freeland |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rouge8/gif-the-web#readme |
도움말 페이지 URL | https://github.com/rouge8/gif-the-web/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF the Web", "version": "0.7.4", "manifest_version": 2, "description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.", "homepage_url": "https:\/\/github.com\/rouge8\/gif-the-web", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "sites\/facebook.com.js" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "sites\/mail.google.com.js" ] }, { "all_frames": true, "matches": [ "https:\/\/talkgadget.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "URI.js", "sites\/talkgadget.google.com.js" ] }, { "all_frames": true, "matches": [ "https:\/\/hangouts.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "URI.js", "sites\/talkgadget.google.com.js" ] } ] } |