Tabby Cat - New cats with each new tab

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

O que é Tabby Cat - New cats with each new tab?

Tabby Cat - New cats with each new tab é uma extensão do Chrome desenvolvida por https://isaacwinters.com, e sua principal característica é "Brighten your day with a cat picture every time you open a tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tabby Cat - New cats with each new tab

Baixe arquivos de extensão Tabby Cat - New cats with each new tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 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
Descrição Brighten your day with a cat picture every time you open a tab.
Tamanho do Arquivo 11.95 KB
Contagem de Instalações 848
Versão Atual 1.03
Última Atualização 2023-03-02
Data de Publicação 2020-12-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://isaacwinters.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}