Blank new tab page - dark mode
Override the new tab page with a blank one
什么是Blank new tab page - dark mode?
Blank new tab page - dark mode是由rvrn22开发的Chrome扩展程序,该扩展的主要功能是“Override the new tab page with a blank one”。
扩展截图
下载Blank new tab page - dark mode扩展crx文件
下载Blank new tab page - dark mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Blank New Tab - Dark Mode
扩展基本信息
名称 | |
ID | labpicbakmhjddbhpeanjgeapfonhago |
官方URL | https://chromewebstore.google.com/detail/blank-new-tab-page-dark-m/labpicbakmhjddbhpeanjgeapfonhago |
简介 | Override the new tab page with a blank one |
文件大小 | 3.18 KB |
安装次数 | 82 |
当前版本 | 0.2 |
更新时间 | 2019-02-24 |
上架时间 | 2019-02-24 |
开发者 | rvrn22 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blank new tab page - dark mode", "description": "Override the new tab page with a blank one", "version": "0.2", "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "manifest_version": 2 } |