Cute Zoo

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

Cute Zoo là gì?

Cute Zoo là một tiện ích mở rộng Chrome được phát triển bởi http://www.mytab.net, và tính năng chính của nó là "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cute Zoo

Tải xuống các tệp mở rộng Cute Zoo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cute Zoo Cute Zoo
ID homobhfpjhbmmgngnaocdhdhgabpcojl
URL Chính Thức https://chrome.google.com/webstore/detail/homobhfpjhbmmgngnaocdhdhgabpcojl
Mô tả Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.
Kích Thước Tệp 24.59 MB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2016-11-30
Ngày Phát Hành 2016-11-30
Đánh Giá 3.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://www.mytab.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.mytab.net/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}