Void New Tab
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
什么是Void New Tab?
Void New Tab是由Tom Day开发的Chrome扩展程序,该扩展的主要功能是“Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…”。
扩展截图
下载Void New Tab扩展crx文件
下载Void New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar. 扩展基本信息
| 名称 | |
| ID | hiljjibmhmmammdajeibdemkofflgnpf |
| 官方URL | https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf |
| 简介 | Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once… |
| 文件大小 | 143 KB |
| 安装次数 | 94 |
| 当前版本 | 1.0.0.1 |
| 更新时间 | 2018-01-16 |
| 上架时间 | 2018-01-16 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Tom Day |
| 付费类型 | free |
| 扩展官网 | https://github.com/TDay1/void-newtab |
| 帮助页面URL | https://github.com/TDay1/void-newtab |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Void New Tab",
"manifest_version": 2,
"version": "1.0.0.1",
"author": "Thomas Day",
"remove_button": true,
"short_name": "Void",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": ".\/img\/16px.png",
"32": ".\/img\/32px.png",
"48": ".\/img\/48px.png",
"64": ".\/img\/64px.png",
"128": ".\/img\/128px.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |