Gif togglify for Diaspora*

Togglify animated GIFs inside the Diaspora* stream.

Gif togglify for Diaspora*คืออะไร?

Gif togglify for Diaspora* เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arlogn และคุณลักษณะหลักของมันคือ "Togglify animated GIFs inside the Diaspora* stream."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gif togglify for Diaspora*

ดาวน์โหลดไฟล์ส่วนขยาย 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
}