New Tab Apps
Show the Apps screen in the New Tab instead of the new New Tab.
New Tab Apps là gì?
New Tab Apps là một tiện ích mở rộng Chrome được phát triển bởi Adrià Vilanova Martínez (avm99963), và tính năng chính của nó là "Show the Apps screen in the New Tab instead of the new 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 New Tab Apps
Tải xuống các tệp mở rộng New Tab Apps 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
Show the Apps screen in the New Tab instead of the new New Tab. ** How it works ** Immediately after you install this extension we'll redirect all the new tab pages you open to the Apps screen. That simple. Whenever you want you can uninstall or disable it in the chrome://extensions page. ** Credits ** Icon from http://www.icons-land.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | New Tab Apps |
ID | iiaadipohcenaagngllohhjehohdcehp |
URL Chính Thức | https://chromewebstore.google.com/detail/new-tab-apps/iiaadipohcenaagngllohhjehohdcehp |
Mô tả | Show the Apps screen in the New Tab instead of the new New Tab. |
Kích Thước Tệp | 86.26 KB |
Số Lần Cài Đặt | 709 |
Phiên Bản Hiện Tại | 0.2.1.1 |
Cập Nhật Lần Cuối | 2022-07-09 |
Ngày Phát Hành | 2014-05-03 |
Đánh Giá | 4.80/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Adrià Vilanova Martínez (avm99963) |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/e/2PACX-1vQqZVpbT2k8U1tn1PdmDaAWnfMpLFIIeAAxiN-J-p7atXSPhhjVemIe5z5TgyT7llpgq1OAitP1TXB5/pub |
Ngôn Ngữ Được Hỗ Trợ | en,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.2.1.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "256": "img\/icon\/256.png", "128": "img\/icon\/128.png", "64": "img\/icon\/64.png", "48": "img\/icon\/48.png", "32": "img\/icon\/32.png", "24": "img\/icon\/24.png", "16": "img\/icon\/16.png" }, "default_locale": "en" } |