Cat-In-Tab

A cat that can walk around on your page

Qu'est-ce que Cat-In-Tab ?

Cat-In-Tab est une extension Chrome développée par aarontz, et sa fonction principale est "A cat that can walk around on your page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cat-In-Tab

Téléchargez les fichiers d'extension Cat-In-Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Want a cat to accompany you while surfing the web?

This extension can make your dreams come true!

How to use:
1. Install extension
2. Open a new webpage
3. Find your cute cat somewhere on the page
4. That's it! Enjoy & Have fun!

* If you want to get your cat to sleep, just click the extension button. (It's harmless I promise)

PixelArt: Liryu@PixelArtist                    

Informations de Base sur l'Extension

Nom Cat-In-Tab Cat-In-Tab
ID mfmpnnhnknadgoafpindapobelgkblbk
URL Officiel https://chromewebstore.google.com/detail/cat-in-tab/mfmpnnhnknadgoafpindapobelgkblbk
Description A cat that can walk around on your page
Taille du Fichier 426 KB
Nombre d'Installations 7,000
Version Actuelle 1.5
Dernière Mise à Jour 2023-07-01
Date de Publication 2022-02-13
Évaluation 3.86/5 Total 22 Évaluations
Développeur aarontz
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cat-In-Tab",
    "description": "A cat that can walk around on your page",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo\/16x16.png",
        "24": "logo\/24x24.png",
        "32": "logo\/32x32.png",
        "48": "logo\/48x48.png",
        "64": "logo\/64x64.png",
        "128": "logo\/128x128.png",
        "256": "logo\/256x256.png"
    },
    "action": {
        "default_icon": {
            "16": "logo\/16x16.png",
            "24": "logo\/24x24.png",
            "32": "logo\/32x32.png",
            "48": "logo\/48x48.png",
            "64": "logo\/64x64.png",
            "128": "logo\/128x128.png",
            "256": "logo\/256x256.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sprites\/*.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "main.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "main.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}