GIPHY - New GIF on every new tab

Personal and new GIF every time you open a new tab.

Qu'est-ce que GIPHY - New GIF on every new tab ?

GIPHY - New GIF on every new tab est une extension Chrome développée par https://tobbelindstrom.com, et sa fonction principale est "Personal and new GIF every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GIPHY - New GIF on every new tab

Téléchargez les fichiers d'extension GIPHY - New GIF on every new tab 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

                        Replaces your new tab screen with a personal search query of GIFs. 

The search query is saved between tabs, so open your new tabs and enjoy the GIFs.

The initial search query is "kitten". Why? Because everyone loves kittens.

Using GIPHY api to request the GIFs.                    

Informations de Base sur l'Extension

Nom GIPHY - New GIF on every new tab GIPHY - New GIF on every new tab
ID kgklkljgojpgimcnmcbliciinihjnfgf
URL Officiel https://chromewebstore.google.com/detail/giphy-new-gif-on-every-ne/kgklkljgojpgimcnmcbliciinihjnfgf
Description Personal and new GIF every time you open a new tab.
Taille du Fichier 201 KB
Nombre d'Installations 75
Version Actuelle 2.0.0
Dernière Mise à Jour 2020-10-08
Date de Publication 2020-03-27
Développeur https://tobbelindstrom.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gunnarx2/chrome-extension-giphy/
URL de la Page d'Aide https://github.com/gunnarx2/chrome-extension-giphy/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIPHY - New GIF on every new tab",
    "description": "Personal and new GIF every time you open a new tab.",
    "version": "2.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "minimum_chrome_version": "54"
}