Cute Zoo

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

¿Qué es Cute Zoo?

Cute Zoo es una extensión de Chrome desarrollada por http://www.mytab.net, y su función principal es "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Cute Zoo

Descarga archivos de extensión Cute Zoo 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

                        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!                    

Información Básica de la Extensión

Nombre Cute Zoo Cute Zoo
ID homobhfpjhbmmgngnaocdhdhgabpcojl
URL Oficial https://chrome.google.com/webstore/detail/homobhfpjhbmmgngnaocdhdhgabpcojl
Descripción Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.
Tamaño del Archivo 24.59 MB
Cantidad de Instalaciones 118
Versión Actual 2.4
Última Actualización 2016-11-30
Fecha de Publicación 2016-11-30
Calificación 3.88/5 Total de 8 Calificaciones
Desarrollador http://www.mytab.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.mytab.net/
Idiomas Soportados 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"
        ]
    }
}