Gif togglify for Diaspora*

Togglify animated GIFs inside the Diaspora* stream.

O que é Gif togglify for Diaspora*?

Gif togglify for Diaspora* é uma extensão do Chrome desenvolvida por arlogn, e sua principal característica é "Togglify animated GIFs inside the Diaspora* stream.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gif togglify for Diaspora*

Baixe arquivos de extensão Gif togglify for Diaspora* no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Gif togglify for Diaspora* Gif togglify for Diaspora*
ID mibiceeengdfnedbllbboommhegijjdg
URL Oficial https://chromewebstore.google.com/detail/gif-togglify-for-diaspora/mibiceeengdfnedbllbboommhegijjdg
Descrição Togglify animated GIFs inside the Diaspora* stream.
Tamanho do Arquivo 11.94 KB
Contagem de Instalações 14
Versão Atual 0.2.0
Última Atualização 2015-06-09
Data de Publicação 2015-06-09
Desenvolvedor arlogn
Tipo de Pagamento free
Idiomas Suportados 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
}