Gif togglify for Diaspora*
Togglify animated GIFs inside the Diaspora* stream.
Gif togglify for Diaspora* क्या है?
Gif togglify for Diaspora* arlogn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Togglify animated GIFs inside the Diaspora* stream."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gif togglify for Diaspora* एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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* |
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 } |