GIF Tabs

Gives you a fun new animated gif in every fresh tab

Apa itu GIF Tabs?

GIF Tabs adalah ekstensi Chrome yang dikembangkan oleh Jeremy Gillick, dan fitur utamanya adalah "Gives you a fun new animated gif in every fresh tab".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GIF Tabs

Unduh file ekstensi GIF Tabs 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

                        Every time you open a new tab or window a new animated gif will be shown, randomly chosen from multiple sources across the web.

You can see the history of gifs shown and favorite the ones you like.

Source code: https://github.com/jgillick/gif_tabs                    

Informasi Dasar Ekstensi

Nama GIF Tabs GIF Tabs
ID jalcacajhmhkljdkkdnlfmnebdfkijjk
URL Resmi https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk
Deskripsi Gives you a fun new animated gif in every fresh tab
Ukuran File 1.48 MB
Jumlah Instalasi 109
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2020-03-04
Tanggal Publikasi 2020-03-03
Penilaian 1.50/5 Total 2 Penilaian
Pengembang Jeremy Gillick
Tipe Pembayaran free
Situs Ekstensi https://github.com/jgillick/gif_tabs
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GIF Tabs",
    "description": "Gives you a fun new animated gif in every fresh tab",
    "version": "1.2.1",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/logo_16x16.png",
        "48": "images\/logo_48x48.png",
        "128": "images\/logo_128x128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}