GIF Adder

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

Cos'è GIF Adder?

GIF Adder è un'estensione di Chrome sviluppata da Robert, e la sua funzione principale è "This extension let's you easily save GIFs for easy forum post reference.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GIF Adder

Scarica i file di estensione GIF Adder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GIF Adder GIF Adder
ID jjbibkgffndgflndegepoplnadanhjpi
URL Ufficiale https://chrome.google.com/webstore/detail/gif-adder/jjbibkgffndgflndegepoplnadanhjpi
Descrizione This extension let's you easily save GIFs for easy forum post reference.
Dimensione del File 7.98 KB
Conteggio Installazioni 281
Versione Corrente 1.1
Ultimo Aggiornamento 2015-02-02
Data di Pubblicazione 2015-02-02
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Robert
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}