New Tab Page - Empty And Grey
With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.
什么是New Tab Page - Empty And Grey?
New Tab Page - Empty And Grey是由ibrasaymeh开发的Chrome扩展程序,该扩展的主要功能是“With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.”。
扩展截图
下载New Tab Page - Empty And Grey扩展crx文件
下载New Tab Page - Empty And Grey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is ideal for those who don't want to worry about which recently visited pages will show up on the new tab page, and who prefer a plain dark page over a noisy and complex one.
扩展基本信息
名称 | New Tab Page - Empty And Grey |
ID | mlhjffgheoihilfchfjplpjkfejgobgf |
官方URL | https://chromewebstore.google.com/detail/new-tab-page-empty-and-gr/mlhjffgheoihilfchfjplpjkfejgobgf |
简介 | With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails. |
文件大小 | 3.86 KB |
安装次数 | 64 |
当前版本 | 1.1 |
更新时间 | 2018-11-27 |
上架时间 | 2018-11-26 |
开发者 | ibrasaymeh |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "ntp_empty_grey.html" }, "description": "With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "New Tab Page - Empty And Grey", "version": "1.1" } |