Quick New Tab
Displays new tabs with a blank page and a title of New Tab.
什么是Quick New Tab?
Quick New Tab是由Dan Hersam开发的Chrome扩展程序,该扩展的主要功能是“Displays new tabs with a blank page and a title of New Tab.”。
扩展截图
下载Quick New Tab扩展crx文件
下载Quick New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The fastest way to open a new tab. No more recent web sites or anything else to slow it down. This shows a clean, blank page with the title of New Tab.
No permissions required.
The source code is here: https://github.com/jaden/quick-new-tab 扩展基本信息
| 名称 | |
| ID | jckhphckflmhijknilbdgpdjjkehbhpm |
| 官方URL | https://chromewebstore.google.com/detail/quick-new-tab/jckhphckflmhijknilbdgpdjjkehbhpm |
| 简介 | Displays new tabs with a blank page and a title of New Tab. |
| 文件大小 | 9.97 KB |
| 安装次数 | 45 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2024-01-19 |
| 上架时间 | 2014-04-24 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | Dan Hersam |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://snapmagic.net/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Quick New Tab",
"description": "Displays new tabs with a blank page and a title of New Tab.",
"version": "1.0.3",
"chrome_url_overrides": {
"newtab": "quick_new_tab.html"
},
"icons": {
"128": "icon.png"
}
} | |