GIF Adder

This extension let's you easily save GIFs for easy forum post reference.

GIF Adder란 무엇입니까?

GIF Adder은(는) Robert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension let's you easily save GIFs for easy forum post reference."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Have some favorite GIFs you enjoy using over and over again?  GIF Adder makes it really easy to reference all of your favorite GIFs anytime.  Have a GIF you'd like to save?  Just right-click on it, save it with a name you'll remember and it is added to your list of GIFs.  

On a forum and ready to use your GIF?  Just right-click and find the GIF you'd like to use.

You can view your list of GIFs in the extension's popup window.  Clicking on any GIF in this popup will remove it from your list of saved GIFs.

If you don't post on forums, and just want the link without the forum tags, simply open up the pop-up and choose "Plain URL" to get just the URL without the forum tag wrappers.                    

확장 프로그램 기본 정보

이름 GIF Adder GIF Adder
ID jjbibkgffndgflndegepoplnadanhjpi
공식 URL https://chrome.google.com/webstore/detail/gif-adder/jjbibkgffndgflndegepoplnadanhjpi
설명 This extension let's you easily save GIFs for easy forum post reference.
파일 크기 7.98 KB
설치 횟수 281
현재 버전 1.1
최근 업데이트 2015-02-02
출시 날짜 2015-02-02
평점 3.67/5 총 3 개의 평점
개발자 Robert
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GIF Adder",
    "description": "This extension let's you easily save GIFs for easy forum post reference.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "storage"
    ]
}