ZCOOL New Tab

Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.

What is ZCOOL New Tab?

ZCOOL New Tab is a Chrome extension developed by 站酷, and its main feature is "Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ZCOOL New Tab Extension CRX File

Download ZCOOL New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        每一个新标签都应该是一种不一样的体验,站酷NewTab,重新定义你的新标签页。     

       站酷新标签是一个重新定义你的新标签页的工具,站酷小编精选于超过8000万的图片素材,让你每次打开新标签页都是一副精美作品,欣赏优秀设计,体验视觉冲击。

站酷新标签页特点:
      ● 站酷小编精选于超过8000万的图片素材,让你每次打开新标签页都是一副精美作品,即刻欣赏优秀设计,体验视觉冲击。
      ● 每天为你提供实时的天气信息,让你的出行更便利。当然也有你最常访问的网址,让你的生活工作更方便。

站酷NewTab,让你的新标签页变成一种享受!                    

Extension Basic Information

Name ZCOOL New Tab ZCOOL New Tab
ID eapimehdlokakihppcijedklajflgikn
Official URL https://chrome.google.com/webstore/detail/zcool-new-tab/eapimehdlokakihppcijedklajflgikn
Description Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.
File Size 944 KB
Installation Count 450
Current Version 1.0.4
Last Updated 2017-11-10
Publish Date 2017-11-10
Rating 4.78/5 Total 9 Ratings
Developer 站酷
Email [email protected]
Payment Type free
Extension Website http://www.zcool.com.cn/more/tab?fr=tabshare
Supported Languages en,zh-CN
manifest.json
{
    "version": "1.0.4",
    "manifest_version": 2,
    "default_locale": "zh_CN",
    "name": "ZCOOL New Tab",
    "short_name": "ZCOOL ",
    "description": "Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.",
    "offline_enabled": true,
    "icons": {
        "128": "assets\/img\/zcool_icon_128.png",
        "48": "assets\/img\/zcool_icon_48.png",
        "16": "assets\/img\/zcool_icon_16.png"
    },
    "chrome_url_overrides": {
        "newtab": "app.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "*:\/\/*.zcool.com.cn\/*",
        "*:\/\/img.zcool.cn\/*",
        "background",
        "activeTab",
        "browsingData",
        "chrome:\/\/favicon\/",
        "clipboardWrite",
        "contextMenus",
        "cookies",
        "idle",
        "storage",
        "topSites",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}