ZCOOL New Tab
Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.
O que é ZCOOL New Tab?
ZCOOL New Tab é uma extensão do Chrome desenvolvida por 站酷, e sua principal característica é "Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ZCOOL New Tab
Baixe arquivos de extensão ZCOOL New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
每一个新标签都应该是一种不一样的体验,站酷NewTab,重新定义你的新标签页。 站酷新标签是一个重新定义你的新标签页的工具,站酷小编精选于超过8000万的图片素材,让你每次打开新标签页都是一副精美作品,欣赏优秀设计,体验视觉冲击。 站酷新标签页特点: ● 站酷小编精选于超过8000万的图片素材,让你每次打开新标签页都是一副精美作品,即刻欣赏优秀设计,体验视觉冲击。 ● 每天为你提供实时的天气信息,让你的出行更便利。当然也有你最常访问的网址,让你的生活工作更方便。 站酷NewTab,让你的新标签页变成一种享受!
Informações Básicas da Extensão
Nome | |
ID | eapimehdlokakihppcijedklajflgikn |
URL Oficial | https://chrome.google.com/webstore/detail/zcool-new-tab/eapimehdlokakihppcijedklajflgikn |
Descrição | Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites. |
Tamanho do Arquivo | 944 KB |
Contagem de Instalações | 450 |
Versão Atual | 1.0.4 |
Última Atualização | 2017-11-10 |
Data de Publicação | 2017-11-10 |
Classificação | 4.78/5 Total de 9 Avaliações |
Desenvolvedor | 站酷 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.zcool.com.cn/more/tab?fr=tabshare |
Idiomas Suportados | 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" } |