Tabby Cat - New cats with each new tab

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

Cos'è Tabby Cat - New cats with each new tab?

Tabby Cat - New cats with each new tab è un'estensione di Chrome sviluppata da https://isaacwinters.com, e la sua funzione principale è "Brighten your day with a cat picture every time you open a tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabby Cat - New cats with each new tab

Scarica i file di estensione Tabby Cat - New cats with each new tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Tabby Cat - New cats with each new tab Tabby Cat - New cats with each new tab
ID eglbilcojjagfhgfibibgabkehpbocoa
URL Ufficiale https://chromewebstore.google.com/detail/tabby-cat-new-cats-with-e/eglbilcojjagfhgfibibgabkehpbocoa
Descrizione Brighten your day with a cat picture every time you open a tab.
Dimensione del File 11.95 KB
Conteggio Installazioni 848
Versione Corrente 1.03
Ultimo Aggiornamento 2023-03-02
Data di Pubblicazione 2020-12-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://isaacwinters.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}