Gif togglify for Diaspora*

Togglify animated GIFs inside the Diaspora* stream.

Cos'è Gif togglify for Diaspora*?

Gif togglify for Diaspora* è un'estensione di Chrome sviluppata da arlogn, e la sua funzione principale è "Togglify animated GIFs inside the Diaspora* stream.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gif togglify for Diaspora*

Scarica i file di estensione Gif togglify for Diaspora* 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

                        Append a toggle feature to all animated gifs inside the Diaspora* stream simulating the animation start/stop. A bit rough and intrusive (all images are parsed to check for gif header and animation frames) but useful if you're annoyed by repetitive animations in the stream.

N.B.
Still in development, beta-test version with some unresolved issues.

What is Diaspora*?
Diaspora* is an awesome, decentralized, free and open source social network.
https://diasporafoundation.org/                    

Informazioni di Base sull'Estensione

Nome Gif togglify for Diaspora* Gif togglify for Diaspora*
ID mibiceeengdfnedbllbboommhegijjdg
URL Ufficiale https://chromewebstore.google.com/detail/gif-togglify-for-diaspora/mibiceeengdfnedbllbboommhegijjdg
Descrizione Togglify animated GIFs inside the Diaspora* stream.
Dimensione del File 11.94 KB
Conteggio Installazioni 14
Versione Corrente 0.2.0
Ultimo Aggiornamento 2015-06-09
Data di Pubblicazione 2015-06-09
Sviluppatore arlogn
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/togglify.css"
            ],
            "js": [
                "js\/togglify.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Togglify animated GIFs inside the Diaspora* stream.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "name": "Gif togglify for Diaspora*",
    "short_name": "Gif togglify 4D*",
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "options_page": "options.html",
    "version": "0.2.0",
    "manifest_version": 2
}