Giffing

Replace links to images with gifs in Google Hangouts.

Giffing란 무엇입니까?

Giffing은(는) d43pan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace links to images with gifs in Google Hangouts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Giffing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is an open sourced plugin to simply replace image links with the image.  

Let me know if a link you think should work isn't working.
Let me know if there's another site you'd like supported. 

Supported: 
  - Gmail 
  - Hangouts                    

확장 프로그램 기본 정보

이름 Giffing Giffing
ID fmmimibhknnhanbaajdamcaopijhgolj
공식 URL https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj
설명 Replace links to images with gifs in Google Hangouts.
파일 크기 89.51 KB
설치 횟수 21
현재 버전 0.0.0.2
최근 업데이트 2016-04-14
출시 날짜 2016-04-14
평점 5.00/5 총 1 개의 평점
개발자 d43pan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/d43pan/replacements
도움말 페이지 URL https://github.com/d43pan/replacements
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giffing",
    "description": "Replace links to images with gifs in Google Hangouts.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/www.google.com\/*",
                "https:\/\/hangouts.google.com\/webchat\/*"
            ],
            "js": [
                "jquery-2.2.3.js",
                "giffing.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}