Dribbble GIF thumbnails
This extension replaces gif thumbnails with the original gifs
Qu'est-ce que Dribbble GIF thumbnails ?
Dribbble GIF thumbnails est une extension Chrome développée par Sid, et sa fonction principale est "This extension replaces gif thumbnails with the original gifs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dribbble GIF thumbnails
Téléchargez les fichiers d'extension Dribbble GIF thumbnails 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
Informations de Base sur l'Extension
Nom | |
ID | emnlloipbhmdnmcbaepdphjbojgiepdd |
URL Officiel | https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd |
Description | This extension replaces gif thumbnails with the original gifs |
Taille du Fichier | 33.51 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-01-10 |
Date de Publication | 2015-01-10 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Sid |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dribbble GIF thumbnails", "description": "This extension replaces gif thumbnails with the original gifs", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/dribbble.com\/*" ], "js": [ "jquery.min.js", "background.js" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "48": "icon.png" } } |