Doodle Coloring - Funny Cats

Funny Cats is a HTML5 Coloring Game. Choose different cats to color. You have 24 different colors to choose.

Was ist Doodle Coloring - Funny Cats?

Doodle Coloring - Funny Cats ist eine Chrome-Erweiterung, die von https://www.chromethemer.com entwickelt wurde, und ihr Hauptmerkmal ist "Funny Cats is a HTML5 Coloring Game. Choose different cats to color. You have 24 different colors to choose.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Doodle Coloring - Funny Cats-Erweiterungs-CRX-Datei herunterladen

Laden Sie Doodle Coloring - Funny Cats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Doodle Coloring - Funny Cats

Doodle Coloring - Funny Cats is a HTML5 Coloring Game. Choose different cats to color. You have 24 different colors to choose.

Feature Available:
- 24 Colors
- 6 Funny Cats - Start Level
- Save Image feature 
- Print Image feature
- Music ON/OFF feature too.

The Doodle Coloring - Funny Cats browser extension; Creates a custom icon in your browser, that opens a pop-up link to Doodle Coloring - Funny Cats coloring Game, right in your browser.                    

Grundlegende Informationen zur Erweiterung

Name Doodle Coloring - Funny Cats Doodle Coloring - Funny Cats
ID kaddbbnkkdklhdgkallmoibomfnbpmlm
Offizielle URL https://chrome.google.com/webstore/detail/doodle-coloring-funny-cat/kaddbbnkkdklhdgkallmoibomfnbpmlm
Beschreibung Funny Cats is a HTML5 Coloring Game. Choose different cats to color. You have 24 different colors to choose.
Dateigröße 34.48 KB
Installationsanzahl 45
Aktuelle Version 1.0
Letztes Update 2020-06-24
Veröffentlichungsdatum 2020-06-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.chromethemer.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.chromethemer.com/
Hilfeseite URL https://www.chromethemer.com/
URL der Datenschutzrichtlinien-Seite https://www.chromethemer.com/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doodle Coloring - Funny Cats",
    "description": "Funny Cats is a HTML5 Coloring Game. Choose different cats to color. You have 24 different colors to choose.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "hello.html"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    }
}