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
公式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
Eメール [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"
        ]
    }
}