Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
什么是Apps in new tab?
Apps in new tab是由Guillaume Ryder开发的Chrome扩展程序,该扩展的主要功能是“Shows the list of installed apps instead of the search page when opening a new tab.”。
扩展截图
下载Apps in new tab扩展crx文件
下载Apps in new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the default new tab page with the apps list.
Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab 扩展基本信息
| 名称 | |
| ID | mpojaelnfgiajhilmojddklffggldfbp |
| 官方URL | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
| 简介 | Shows the list of installed apps instead of the search page when opening a new tab. |
| 文件大小 | 4.63 KB |
| 安装次数 | 564 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2022-10-24 |
| 上架时间 | 2019-09-27 |
| 评分 | 2.50/5 共2次评分 |
| 开发者 | Guillaume Ryder |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
| 帮助页面URL | https://github.com/guilryder/chrome-extensions/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Apps in new tab",
"version": "2.0.0",
"description": "Shows the list of installed apps instead of the search page when opening a new tab.",
"author": "Guillaume Ryder",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "apps.html"
}
} | |