GIPHY - New GIF on every new tab

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

Vad är GIPHY - New GIF on every new tab?

GIPHY - New GIF on every new tab är en Chrome-tillägg utvecklad av https://tobbelindstrom.com, och dess huvudfunktion är "Personal and new GIF every time you open a new tab.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GIPHY - New GIF on every new tab-förlängningens CRX-fil

Ladda ner GIPHY - New GIF on every new tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GIPHY - New GIF on every new tab GIPHY - New GIF on every new tab
ID kgklkljgojpgimcnmcbliciinihjnfgf
Officiell webbadress https://chromewebstore.google.com/detail/giphy-new-gif-on-every-ne/kgklkljgojpgimcnmcbliciinihjnfgf
Beskrivning Personal and new GIF every time you open a new tab.
Filstorlek 201 KB
Antal Installationer 75
Aktuell Version 2.0.0
Senast Uppdaterad 2020-10-08
Publiceringsdatum 2020-03-27
Utvecklare https://tobbelindstrom.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/gunnarx2/chrome-extension-giphy/
Hjälpsida URL https://github.com/gunnarx2/chrome-extension-giphy/
Stödda Språk 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"
}