Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
Apps in new tab là gì?
Apps in new tab là một tiện ích mở rộng Chrome được phát triển bởi Guillaume Ryder, và tính năng chính của nó là "Shows the list of installed apps instead of the search page when opening a new tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Apps in new tab
Tải xuống các tệp mở rộng Apps in new tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Replaces the default new tab page with the apps list. Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Apps in new tab |
ID | mpojaelnfgiajhilmojddklffggldfbp |
URL Chính Thức | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
Mô tả | Shows the list of installed apps instead of the search page when opening a new tab. |
Kích Thước Tệp | 4.63 KB |
Số Lần Cài Đặt | 564 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2022-10-24 |
Ngày Phát Hành | 2019-09-27 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Guillaume Ryder |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
URL Trang Trợ Giúp | https://github.com/guilryder/chrome-extensions/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |