Cute Zoo

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

Co to jest Cute Zoo?

Cute Zoo to rozszerzenie Chrome opracowane przez http://www.mytab.net, a jego główną funkcją jest „Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cute Zoo

Pobierz pliki rozszerzeń Cute Zoo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Cute Zoo Cute Zoo
ID homobhfpjhbmmgngnaocdhdhgabpcojl
Oficjalny URL https://chrome.google.com/webstore/detail/homobhfpjhbmmgngnaocdhdhgabpcojl
Opis Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.
Rozmiar pliku 24.59 MB
Liczba instalacji 118
Aktualna Wersja 2.4
Ostatnia Aktualizacja 2016-11-30
Data Publikacji 2016-11-30
Ocena 3.88/5 Łącznie 8 Oceny
Deweloper http://www.mytab.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.mytab.net/
Obsługiwane Języki 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"
        ]
    }
}