Gif togglify for Diaspora*

Togglify animated GIFs inside the Diaspora* stream.

Co to jest Gif togglify for Diaspora*?

Gif togglify for Diaspora* to rozszerzenie Chrome opracowane przez arlogn, a jego główną funkcją jest „Togglify animated GIFs inside the Diaspora* stream.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gif togglify for Diaspora*

Pobierz pliki rozszerzeń Gif togglify for Diaspora* w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Gif togglify for Diaspora* Gif togglify for Diaspora*
ID mibiceeengdfnedbllbboommhegijjdg
Oficjalny URL https://chromewebstore.google.com/detail/gif-togglify-for-diaspora/mibiceeengdfnedbllbboommhegijjdg
Opis Togglify animated GIFs inside the Diaspora* stream.
Rozmiar pliku 11.94 KB
Liczba instalacji 14
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2015-06-09
Data Publikacji 2015-06-09
Deweloper arlogn
Typ Płatności free
Obsługiwane Języki 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
}