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是由http://www.mytab.net開發的Chrome擴展程式,該擴展的主要功能是“Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.”。

擴展截圖

screenshot

下載Cute Zoo擴展crx文件

下載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
官方網址 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"
        ]
    }
}