Cute Zoo

Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.

Qu'est-ce que Cute Zoo ?

Cute Zoo est une extension Chrome développée par http://www.mytab.net, et sa fonction principale est "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cute Zoo

Téléchargez les fichiers d'extension Cute Zoo 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

                        Watch the cutest animals on the planet!

No more boring white page get a new cute picture every time. Install our gorgeous extension and start each day with a lovely one looking at you.

Extreme cuteness guaranteed!                    

Informations de Base sur l'Extension

Nom Cute Zoo Cute Zoo
ID homobhfpjhbmmgngnaocdhdhgabpcojl
URL Officiel https://chrome.google.com/webstore/detail/homobhfpjhbmmgngnaocdhdhgabpcojl
Description Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.
Taille du Fichier 24.59 MB
Nombre d'Installations 118
Version Actuelle 2.4
Dernière Mise à Jour 2016-11-30
Date de Publication 2016-11-30
Évaluation 3.88/5 Total 8 Évaluations
Développeur http://www.mytab.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.mytab.net/
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cute Zoo",
    "manifest_version": 2,
    "version": "2.4",
    "description": "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.",
    "chrome_url_overrides": {
        "newtab": "myPage.html"
    },
    "permissions": [
        "tabs",
        "geolocation",
        "http:\/\/www.mytab.net\/"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "icon_16.png",
        "animals\/*.jpg"
    ],
    "chrome_settings_overrides": {
        "homepage": "http:\/\/www.mytab.net\/animals",
        "search_provider": {
            "name": "name.my-tab",
            "keyword": "keyword.my-tab",
            "is_default": true,
            "encoding": "UTF-8",
            "search_url": "http:\/\/www.mytab.net\/search?term={searchTerms}",
            "favicon_url": "http:\/\/www.mytab.net\/favicon.ico",
            "suggest_url": "http:\/\/www.mytab.net\/yahooSearch\/suggestions?term={searchTerms}"
        },
        "startup_pages": [
            "http:\/\/www.mytab.net\/animals"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/www.mytab.net\/animals"
        ]
    }
}