ZCOOL New Tab
Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.
¿Qué es ZCOOL New Tab?
ZCOOL New Tab es una extensión de Chrome desarrollada por 站酷, y su función principal es "Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ZCOOL New Tab
Descarga archivos de extensión ZCOOL New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
每一个新标签都应该是一种不一样的体验,站酷NewTab,重新定义你的新标签页。 站酷新标签是一个重新定义你的新标签页的工具,站酷小编精选于超过8000万的图片素材,让你每次打开新标签页都是一副精美作品,欣赏优秀设计,体验视觉冲击。 站酷新标签页特点: ● 站酷小编精选于超过8000万的图片素材,让你每次打开新标签页都是一副精美作品,即刻欣赏优秀设计,体验视觉冲击。 ● 每天为你提供实时的天气信息,让你的出行更便利。当然也有你最常访问的网址,让你的生活工作更方便。 站酷NewTab,让你的新标签页变成一种享受!
Información Básica de la Extensión
Nombre | |
ID | eapimehdlokakihppcijedklajflgikn |
URL Oficial | https://chrome.google.com/webstore/detail/zcool-new-tab/eapimehdlokakihppcijedklajflgikn |
Descripción | Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites. |
Tamaño del Archivo | 944 KB |
Cantidad de Instalaciones | 450 |
Versión Actual | 1.0.4 |
Última Actualización | 2017-11-10 |
Fecha de Publicación | 2017-11-10 |
Calificación | 4.78/5 Total de 9 Calificaciones |
Desarrollador | 站酷 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.zcool.com.cn/more/tab?fr=tabshare |
Idiomas Soportados | 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" } |