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 |
| 官方網址 | 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"
}
} | |