GIF Adder

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

What is GIF Adder?

GIF Adder is a Chrome extension developed by Robert, and its main feature is "This extension let's you easily save GIFs for easy forum post reference.".

Extension Screenshots

screenshot
screenshot
screenshot

Download GIF Adder Extension CRX File

Download GIF Adder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GIF Adder GIF Adder
ID jjbibkgffndgflndegepoplnadanhjpi
Official URL https://chrome.google.com/webstore/detail/gif-adder/jjbibkgffndgflndegepoplnadanhjpi
Description This extension let's you easily save GIFs for easy forum post reference.
File Size 7.98 KB
Installation Count 281
Current Version 1.1
Last Updated 2015-02-02
Publish Date 2015-02-02
Rating 3.67/5 Total 3 Ratings
Developer Robert
Payment Type free
Supported Languages 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"
    ]
}