ZCOOL New Tab
Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.
Qu'est-ce que ZCOOL New Tab ?
ZCOOL New Tab est une extension Chrome développée par 站酷, et sa fonction principale est "Get inspired by a beautiful image with every new tab opened. Personalize with time, weather, and recently visited sites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ZCOOL New Tab
Téléchargez les fichiers d'extension ZCOOL New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
每一个新标签都应该是一种不一样的体验,站酷NewTab,重新定义你的新标签页。 站酷新标签是一个重新定义你的新标签页的工具,站酷小编精选于超过8000万的图片素材,让你每次打开新标签页都是一副精美作品,欣赏优秀设计,体验视觉冲击。 站酷新标签页特点: ● 站酷小编精选于超过8000万的图片素材,让你每次打开新标签页都是一副精美作品,即刻欣赏优秀设计,体验视觉冲击。 ● 每天为你提供实时的天气信息,让你的出行更便利。当然也有你最常访问的网址,让你的生活工作更方便。 站酷NewTab,让你的新标签页变成一种享受!
Informations de Base sur l'Extension
Nom | |
ID | eapimehdlokakihppcijedklajflgikn |
URL Officiel | 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. |
Taille du Fichier | 944 KB |
Nombre d'Installations | 450 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2017-11-10 |
Date de Publication | 2017-11-10 |
Évaluation | 4.78/5 Total 9 Évaluations |
Développeur | 站酷 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.zcool.com.cn/more/tab?fr=tabshare |
Langues Prises en Charge | 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" } |