New Tab Blank Black Page
New Tab opens with a blank black page
什么是New Tab Blank Black Page?
New Tab Blank Black Page是由Applin Devlin开发的Chrome扩展程序,该扩展的主要功能是“New Tab opens with a blank black page”。
扩展截图
下载New Tab Blank Black Page扩展crx文件
下载New Tab Blank Black Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make your New Tab a simple Blank Black Page :)
If you like a New Tab to open quickly and contain nothing this is the Extension for you. Get rid of the default Chrome New Tab and it's slow-loading privacy-pooping "Recently Opened Websites" icons.
Why did I write this Extension? Because I don't like the default Chrome New Tab, and most importantly I want my New Tabs to simply be a blank black page. So here it is!
As Eric S. Raymond said "Every good work of software starts by scratching a developer's personal itch."
You may also be interested in my "New Tab Custom Colour Blank Page" Chrome Extension which allows you to choose the background colour, available here:
https://chrome.google.com/webstore/detail/new-tab-custom-colour-bla/alpbidclbcicajijnlgcchmkkbbknokl
Enjoy!
Alan 扩展基本信息
| 名称 | |
| ID | ijmmakaohfkpngajfinbgcbbnbfhleoo |
| 官方URL | https://chromewebstore.google.com/detail/new-tab-blank-black-page/ijmmakaohfkpngajfinbgcbbnbfhleoo |
| 简介 | New Tab opens with a blank black page |
| 文件大小 | 8.58 KB |
| 安装次数 | 489 |
| 当前版本 | 0.2 |
| 更新时间 | 2023-01-02 |
| 上架时间 | 2018-07-15 |
| 评分 | 4.43/5 共7次评分 |
| 开发者 | Applin Devlin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | http://www.alancowap.com/appsprivacypolicy/ |
| 隐私政策页面URL | http://www.alancowap.com/appsprivacypolicy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "New Tab Blank Black Page",
"version": "0.2",
"description": "New Tab opens with a blank black page",
"author": "Alan Cowap",
"icons": {
"16": "images\/NewTab_Screenshot_Corner_16x16.png",
"32": "images\/NewTab_Screenshot_Corner_32x32.png",
"48": "images\/NewTab_Screenshot_Corner_48x48.png",
"128": "images\/NewTab_Screenshot_Corner_128x128.png"
},
"chrome_url_overrides": {
"newtab": "alBlank.html"
},
"offline_enabled": true,
"short_name": "NewTab Black"
} | |