New Tab Page by WHG
A minimalistic gaming new tab page.
什么是New Tab Page by WHG?
New Tab Page by WHG是由https://whg.no开发的Chrome扩展程序,该扩展的主要功能是“A minimalistic gaming new tab page.”。
扩展截图
下载New Tab Page by WHG扩展crx文件
下载New Tab Page by WHG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simplistic new tab page with time, date and gaming backgrounds.
If you have any suggestions or find any bugs please let us know:
https://www.facebook.com/WeHeartGaming
1.0.0:
- Refactoring galore!
- You can now use your own images in the random rotation.
- Pin a wallpaper you like so it doesn't change.
- Exclude/ include all the images included in the extension.
- A design for the settings page.
0.1.1:
- Everything fades in at the same time
0.1.0:
- Show all your apps (New permission)
0.0.6:
- Clock is exactly the same as on computer
- Better background fading
- Opt in bug
0.0.5:
- Analytics is now opt in, disabled by default
- Removed the the dark overlay on the whole background
- No longer the same image twice
- Settings button top right corner
0.0.4:
- Top Sites
- Settings 扩展基本信息
| 名称 | |
| ID | bmfedlbgilkaabdmdekeoabjjogpdnpk |
| 官方URL | https://chromewebstore.google.com/detail/new-tab-page-by-whg/bmfedlbgilkaabdmdekeoabjjogpdnpk |
| 简介 | A minimalistic gaming new tab page. |
| 文件大小 | 22.83 MB |
| 安装次数 | 11 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2015-07-17 |
| 上架时间 | 2015-07-17 |
| 评分 | 4.75/5 共8次评分 |
| 开发者 | https://whg.no |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Dan Audne - [email protected]>",
"chrome_url_overrides": {
"newtab": "dist\/newtab.html"
},
"options_page": "dist\/settings.html",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"icons": {
"128": "icons\/logo-128.png",
"16": "icons\/logo-16.png",
"48": "icons\/logo-48.png"
},
"description": "A minimalistic gaming new tab page.",
"incognito": "split",
"manifest_version": 2,
"name": "New Tab Page by WHG",
"offline_enabled": true,
"permissions": [
"unlimitedStorage",
"topSites",
"management"
],
"short_name": "New Tab",
"version": "1.0.0"
} | |