Gif togglify for Diaspora*

Togglify animated GIFs inside the Diaspora* stream.

Co je Gif togglify for Diaspora*?

Gif togglify for Diaspora* je rozšíření Chrome vyvinuté arlogn, a jeho hlavní funkcí je „Togglify animated GIFs inside the Diaspora* stream.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Gif togglify for Diaspora*

Stáhněte si soubory rozšíření Gif togglify for Diaspora* ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Gif togglify for Diaspora* Gif togglify for Diaspora*
ID mibiceeengdfnedbllbboommhegijjdg
Oficiální URL https://chromewebstore.google.com/detail/gif-togglify-for-diaspora/mibiceeengdfnedbllbboommhegijjdg
Popis Togglify animated GIFs inside the Diaspora* stream.
Velikost souboru 11.94 KB
Počet instalací 14
Aktuální Verze 0.2.0
Poslední Aktualizace 2015-06-09
Datum Vydání 2015-06-09
Vývojář arlogn
Typ Platby free
Podporované Jazyky 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
}