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文件

下载Gif togglify for Diaspora*扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}