Tabby Cat - New cats with each new tab

Brighten your day with a cat picture every time you open a tab.

Apa itu Tabby Cat - New cats with each new tab?

Tabby Cat - New cats with each new tab adalah ekstensi Chrome yang dikembangkan oleh https://isaacwinters.com, dan fitur utamanya adalah "Brighten your day with a cat picture every time you open a tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tabby Cat - New cats with each new tab

Unduh file ekstensi Tabby Cat - New cats with each 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

                        You need some more kitty in your life. Tabby Cat shows you a new cat every time you open a new tab.                    

Informasi Dasar Ekstensi

Nama Tabby Cat - New cats with each new tab Tabby Cat - New cats with each new tab
ID eglbilcojjagfhgfibibgabkehpbocoa
URL Resmi https://chromewebstore.google.com/detail/tabby-cat-new-cats-with-e/eglbilcojjagfhgfibibgabkehpbocoa
Deskripsi Brighten your day with a cat picture every time you open a tab.
Ukuran File 11.95 KB
Jumlah Instalasi 848
Versi Saat Ini 1.03
Terakhir Diperbarui 2023-03-02
Tanggal Publikasi 2020-12-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://isaacwinters.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabby Cat - New cats with each new tab",
    "description": "Brighten your day with a cat picture every time you open a tab.",
    "version": "1.03",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "async-chrome-storage.js"
        ],
        "persistent": false
    }
}