GIF Adder

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

Wat is GIF Adder?

GIF Adder is een Chrome-extensie ontwikkeld door Robert, en de belangrijkste functie is "This extension let's you easily save GIFs for easy forum post reference.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GIF Adder

Download GIF Adder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GIF Adder GIF Adder
ID jjbibkgffndgflndegepoplnadanhjpi
Officiële URL https://chrome.google.com/webstore/detail/gif-adder/jjbibkgffndgflndegepoplnadanhjpi
Beschrijving This extension let's you easily save GIFs for easy forum post reference.
Bestandsgrootte 7.98 KB
Aantal Installaties 281
Huidige Versie 1.1
Laatst Bijgewerkt 2015-02-02
Publicatiedatum 2015-02-02
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Robert
Betalingswijze free
Ondersteunde Talen 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"
    ]
}