Distraction-Free New Tab with Dark Mode
Replace the default New Tab window with a blank screen to remove distractions.
什么是Distraction-Free New Tab with Dark Mode?
Distraction-Free New Tab with Dark Mode是由https://DesignerWhoCodes.de • Andre Fuchs开发的Chrome扩展程序,该扩展的主要功能是“Replace the default New Tab window with a blank screen to remove distractions.”。
扩展截图
下载Distraction-Free New Tab with Dark Mode扩展crx文件
下载Distraction-Free New Tab with Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces the default New Tab window with a blank screen to remove distractions.
* Free, no tracking, no ads
* Dark Mode support
* Fast
* No permissions required
* Minimalist icon design
Install now: Distraction-Free New Tab with Dark Mode 扩展基本信息
| 名称 | |
| ID | kneglhaaolciikkhapjoppebfcddphoc |
| 官方URL | https://chromewebstore.google.com/detail/distraction-free-new-tab/kneglhaaolciikkhapjoppebfcddphoc |
| 简介 | Replace the default New Tab window with a blank screen to remove distractions. |
| 文件大小 | 8.04 KB |
| 安装次数 | 27 |
| 当前版本 | 0.3 |
| 更新时间 | 2020-04-23 |
| 上架时间 | 2020-04-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://DesignerWhoCodes.de • Andre Fuchs |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Distraction-Free New Tab with Dark Mode",
"description": "Replace the default New Tab window with a blank screen to remove distractions.",
"version": "0.3",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"128": "icon128.png"
}
} | |