GIFO - awesome gifs on Facebook

GIFO auto-magically recommends you cool gifs for your Facebook conversations

GIFO - awesome gifs on Facebook란 무엇입니까?

GIFO - awesome gifs on Facebook은(는) alexodkl1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GIFO auto-magically recommends you cool gifs for your Facebook conversations"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GIFO - awesome gifs on Facebook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Our extension suggests a hilarious GIF or picture for anything you type on Facebook. Impress your friends with witty memes in your messages.

How it works
1) download the extension from the Chrome webstore
2) Go on Facebook and open a chat - the search box is right below it
3) the search results update as you type
4) when the gif or image you like appears, simply click on it to paste the link as part of your message
5) done!                    

확장 프로그램 기본 정보

이름 GIFO - awesome gifs on Facebook GIFO - awesome gifs on Facebook
ID bbchhbcflojbckdiedfobmjdbmhnlpmi
공식 URL https://chromewebstore.google.com/detail/gifo-awesome-gifs-on-face/bbchhbcflojbckdiedfobmjdbmhnlpmi
설명 GIFO auto-magically recommends you cool gifs for your Facebook conversations
파일 크기 89.31 KB
설치 횟수 14
현재 버전 1.0.1
최근 업데이트 2013-12-16
출시 날짜 2013-12-16
평점 5.00/5 총 1 개의 평점
개발자 alexodkl1
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/brate.js",
                "js\/sendkeys.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "http:\/\/facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "name": "GIFO - awesome gifs on Facebook",
    "version": "1.0.1",
    "description": "GIFO auto-magically recommends you cool gifs for your Facebook conversations",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/getpomelo.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}