GIPHY - New GIF on every new tab

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

O que é GIPHY - New GIF on every new tab?

GIPHY - New GIF on every new tab é uma extensão do Chrome desenvolvida por https://tobbelindstrom.com, e sua principal característica é "Personal and new GIF every time you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GIPHY - New GIF on every new tab

Baixe arquivos de extensão GIPHY - New GIF on every new tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GIPHY - New GIF on every new tab GIPHY - New GIF on every new tab
ID kgklkljgojpgimcnmcbliciinihjnfgf
URL Oficial https://chromewebstore.google.com/detail/giphy-new-gif-on-every-ne/kgklkljgojpgimcnmcbliciinihjnfgf
Descrição Personal and new GIF every time you open a new tab.
Tamanho do Arquivo 201 KB
Contagem de Instalações 75
Versão Atual 2.0.0
Última Atualização 2020-10-08
Data de Publicação 2020-03-27
Desenvolvedor https://tobbelindstrom.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/gunnarx2/chrome-extension-giphy/
URL da Página de Ajuda https://github.com/gunnarx2/chrome-extension-giphy/
Idiomas Suportados 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"
}