ZCOOL New Tab
Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.
Cos'è ZCOOL New Tab?
ZCOOL New Tab è un'estensione di Chrome sviluppata da 站酷, e la sua funzione principale è "Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ZCOOL New Tab
Scarica i file di estensione ZCOOL New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
每一个新标签都应该是一种不一样的体验,站酷NewTab,重新定义你的新标签页。 站酷新标签是一个重新定义你的新标签页的工具,站酷小编精选于超过8000万的图片素材,让你每次打开新标签页都是一副精美作品,欣赏优秀设计,体验视觉冲击。 站酷新标签页特点: ● 站酷小编精选于超过8000万的图片素材,让你每次打开新标签页都是一副精美作品,即刻欣赏优秀设计,体验视觉冲击。 ● 每天为你提供实时的天气信息,让你的出行更便利。当然也有你最常访问的网址,让你的生活工作更方便。 站酷NewTab,让你的新标签页变成一种享受!
Informazioni di Base sull'Estensione
Nome | |
ID | eapimehdlokakihppcijedklajflgikn |
URL Ufficiale | https://chrome.google.com/webstore/detail/zcool-new-tab/eapimehdlokakihppcijedklajflgikn |
Descrizione | Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites. |
Dimensione del File | 944 KB |
Conteggio Installazioni | 450 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2017-11-10 |
Data di Pubblicazione | 2017-11-10 |
Valutazione | 4.78/5 Totale 9 Valutazioni |
Sviluppatore | 站酷 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.zcool.com.cn/more/tab?fr=tabshare |
Lingue Supportate | 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" } |