GIF Tabs
Gives you a fun new animated gif in every fresh tab
Qu'est-ce que GIF Tabs ?
GIF Tabs est une extension Chrome développée par Jeremy Gillick, et sa fonction principale est "Gives you a fun new animated gif in every fresh tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GIF Tabs
Téléchargez les fichiers d'extension GIF Tabs 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
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
Informations de Base sur l'Extension
Nom | |
ID | jalcacajhmhkljdkkdnlfmnebdfkijjk |
URL Officiel | https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk |
Description | Gives you a fun new animated gif in every fresh tab |
Taille du Fichier | 1.48 MB |
Nombre d'Installations | 109 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2020-03-04 |
Date de Publication | 2020-03-03 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | Jeremy Gillick |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jgillick/gif_tabs |
Langues Prises en Charge | 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'" } |