GIPHY - New GIF on every new tab

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

Apa itu GIPHY - New GIF on every new tab?

GIPHY - New GIF on every new tab adalah ekstensi Chrome yang dikembangkan oleh https://tobbelindstrom.com, dan fitur utamanya adalah "Personal and new GIF every time you open a new tab.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GIPHY - New GIF on every new tab

Unduh file ekstensi GIPHY - New GIF on every new tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GIPHY - New GIF on every new tab GIPHY - New GIF on every new tab
ID kgklkljgojpgimcnmcbliciinihjnfgf
URL Resmi https://chromewebstore.google.com/detail/giphy-new-gif-on-every-ne/kgklkljgojpgimcnmcbliciinihjnfgf
Deskripsi Personal and new GIF every time you open a new tab.
Ukuran File 201 KB
Jumlah Instalasi 75
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2020-10-08
Tanggal Publikasi 2020-03-27
Pengembang https://tobbelindstrom.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/gunnarx2/chrome-extension-giphy/
URL Halaman Bantuan https://github.com/gunnarx2/chrome-extension-giphy/
Bahasa yang Didukung 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"
}