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
官方網址 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
}