Gif togglify for Diaspora*
Togglify animated GIFs inside the Diaspora* stream.
Qu'est-ce que Gif togglify for Diaspora* ?
Gif togglify for Diaspora* est une extension Chrome développée par arlogn, et sa fonction principale est "Togglify animated GIFs inside the Diaspora* stream.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gif togglify for Diaspora*
Téléchargez les fichiers d'extension Gif togglify for Diaspora* au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Gif togglify for Diaspora* |
ID | mibiceeengdfnedbllbboommhegijjdg |
URL Officiel | https://chromewebstore.google.com/detail/gif-togglify-for-diaspora/mibiceeengdfnedbllbboommhegijjdg |
Description | Togglify animated GIFs inside the Diaspora* stream. |
Taille du Fichier | 11.94 KB |
Nombre d'Installations | 14 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2015-06-09 |
Date de Publication | 2015-06-09 |
Développeur | arlogn |
Type de Paiement | free |
Langues Prises en Charge | 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 } |