gifstasher

Store your reaction gifs for quick and easy access!

Cos'è gifstasher?

gifstasher è un'estensione di Chrome sviluppata da cloudbuster, e la sua funzione principale è "Store your reaction gifs for quick and easy access!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione gifstasher

Scarica i file di estensione gifstasher 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

                        Quickly stash gifs while browsing simply by right-clicking and selecting "Stash this gif." Select from your stash and copy the link simply by clicking the gif!

Latest update:

1.0.6
 - Bug fixes

1.0.5
 - Now you can "Copy and Stash" from the Chrome context menu
 - Various bug fixes and performance fixes                    

Informazioni di Base sull'Estensione

Nome gifstasher gifstasher
ID enegbanenghjkfmmkjimbckfihbamcfi
URL Ufficiale https://chrome.google.com/webstore/detail/gifstasher/enegbanenghjkfmmkjimbckfihbamcfi
Descrizione Store your reaction gifs for quick and easy access!
Dimensione del File 407 KB
Conteggio Installazioni 47
Versione Corrente 1.0.7
Ultimo Aggiornamento 2014-04-21
Data di Pubblicazione 2014-04-21
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore cloudbuster
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gifstasher",
    "description": "Store your reaction gifs for quick and easy access!",
    "version": "1.0.7",
    "permissions": [
        "storage",
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon-bitty.png",
        "48": "img\/icon-small.png",
        "128": "img\/icon-large.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/require.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/icon-small.png"
    ]
}