GIPHY - New GIF on every new tab

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

Cos'è GIPHY - New GIF on every new tab?

GIPHY - New GIF on every new tab è un'estensione di Chrome sviluppata da https://tobbelindstrom.com, e la sua funzione principale è "Personal and new GIF every time you open a new tab.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GIPHY - New GIF on every new tab

Scarica i file di estensione GIPHY - New GIF on every new tab 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

                        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.                    

Informazioni di Base sull'Estensione

Nome GIPHY - New GIF on every new tab GIPHY - New GIF on every new tab
ID kgklkljgojpgimcnmcbliciinihjnfgf
URL Ufficiale https://chromewebstore.google.com/detail/giphy-new-gif-on-every-ne/kgklkljgojpgimcnmcbliciinihjnfgf
Descrizione Personal and new GIF every time you open a new tab.
Dimensione del File 201 KB
Conteggio Installazioni 75
Versione Corrente 2.0.0
Ultimo Aggiornamento 2020-10-08
Data di Pubblicazione 2020-03-27
Sviluppatore https://tobbelindstrom.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gunnarx2/chrome-extension-giphy/
URL della Pagina di Aiuto https://github.com/gunnarx2/chrome-extension-giphy/
Lingue Supportate 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"
}