Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
什么是Chrome Delight?
Chrome Delight是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replace your new tab with beautiful timelapse videos, with weather and time.”。
下载Chrome Delight扩展crx文件
下载Chrome Delight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Chrome Delight |
ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
官方URL | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
简介 | Replace your new tab with beautiful timelapse videos, with weather and time. |
文件大小 | 151 KB |
安装次数 | 45 |
当前版本 | 1.0.25 |
更新时间 | 2017-10-28 |
上架时间 | 2017-10-28 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Delight", "short_name": "chrome-delight", "description": "Replace your new tab with beautiful timelapse videos, with weather and time.", "default_locale": "en", "manifest_version": 2, "version": "1.0.25", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "topSites", "chrome:\/\/favicon\/", "http:\/\/cdn.usedelight.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |