Tabby Cat - New cats with each new tab

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

¿Qué es Tabby Cat - New cats with each new tab?

Tabby Cat - New cats with each new tab es una extensión de Chrome desarrollada por https://isaacwinters.com, y su función principal es "Brighten your day with a cat picture every time you open a tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tabby Cat - New cats with each new tab

Descarga archivos de extensión Tabby Cat - New cats with each new tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Tabby Cat - New cats with each new tab Tabby Cat - New cats with each new tab
ID eglbilcojjagfhgfibibgabkehpbocoa
URL Oficial https://chromewebstore.google.com/detail/tabby-cat-new-cats-with-e/eglbilcojjagfhgfibibgabkehpbocoa
Descripción Brighten your day with a cat picture every time you open a tab.
Tamaño del Archivo 11.95 KB
Cantidad de Instalaciones 848
Versión Actual 1.03
Última Actualización 2023-03-02
Fecha de Publicación 2020-12-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://isaacwinters.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
    }
}