Cute Zoo

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

Что такое Cute Zoo?

Cute Zoo - это расширение Chrome, разработанное http://www.mytab.net, и его основная функция - "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cute Zoo

Скачайте файлы расширений Cute Zoo в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Cute Zoo Cute Zoo
ID homobhfpjhbmmgngnaocdhdhgabpcojl
Официальный URL https://chrome.google.com/webstore/detail/homobhfpjhbmmgngnaocdhdhgabpcojl
Описание Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.
Размер файла 24.59 MB
Количество установок 118
Текущая Версия 2.4
Последнее Обновление 2016-11-30
Дата публикации 2016-11-30
Рейтинг 3.88/5 Всего 8 оценок
Разработчик http://www.mytab.net
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.mytab.net/
Поддерживаемые языки 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"
        ]
    }
}