GIF Tabs
Gives you a fun new animated gif in every fresh tab
Cos'è GIF Tabs?
GIF Tabs è un'estensione di Chrome sviluppata da Jeremy Gillick, e la sua funzione principale è "Gives you a fun new animated gif in every fresh tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GIF Tabs
Scarica i file di estensione GIF Tabs 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
Every time you open a new tab or window a new animated gif will be shown, randomly chosen from multiple sources across the web. You can see the history of gifs shown and favorite the ones you like. Source code: https://github.com/jgillick/gif_tabs
Informazioni di Base sull'Estensione
Nome | GIF Tabs |
ID | jalcacajhmhkljdkkdnlfmnebdfkijjk |
URL Ufficiale | https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk |
Descrizione | Gives you a fun new animated gif in every fresh tab |
Dimensione del File | 1.48 MB |
Conteggio Installazioni | 109 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2020-03-04 |
Data di Pubblicazione | 2020-03-03 |
Valutazione | 1.50/5 Totale 2 Valutazioni |
Sviluppatore | Jeremy Gillick |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jgillick/gif_tabs |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GIF Tabs", "description": "Gives you a fun new animated gif in every fresh tab", "version": "1.2.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "icons": { "16": "images\/logo_16x16.png", "48": "images\/logo_48x48.png", "128": "images\/logo_128x128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |