Dribbble GIF thumbnails
This extension replaces gif thumbnails with the original gifs
Cos'è Dribbble GIF thumbnails?
Dribbble GIF thumbnails è un'estensione di Chrome sviluppata da Sid, e la sua funzione principale è "This extension replaces gif thumbnails with the original gifs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dribbble GIF thumbnails
Scarica i file di estensione Dribbble GIF thumbnails in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | emnlloipbhmdnmcbaepdphjbojgiepdd |
URL Ufficiale | https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd |
Descrizione | This extension replaces gif thumbnails with the original gifs |
Dimensione del File | 33.51 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-01-10 |
Data di Pubblicazione | 2015-01-10 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Sid |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |