Gif togglify for Diaspora*

Togglify animated GIFs inside the Diaspora* stream.

Gif togglify for Diaspora*란 무엇입니까?

Gif togglify for Diaspora*은(는) arlogn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Togglify animated GIFs inside the Diaspora* stream."입니다.

확장 프로그램 스크린샷

screenshot

Gif togglify for Diaspora* 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Gif togglify for Diaspora* Gif togglify for Diaspora*
ID mibiceeengdfnedbllbboommhegijjdg
공식 URL https://chromewebstore.google.com/detail/gif-togglify-for-diaspora/mibiceeengdfnedbllbboommhegijjdg
설명 Togglify animated GIFs inside the Diaspora* stream.
파일 크기 11.94 KB
설치 횟수 14
현재 버전 0.2.0
최근 업데이트 2015-06-09
출시 날짜 2015-06-09
개발자 arlogn
결제 유형 free
지원되는 언어 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
}