New Tab with Apps
Override the new tab page with Google Chrome Apps page, does not need many permissions
New Tab with Apps là gì?
New Tab with Apps là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/sandeshmore, và tính năng chính của nó là "Override the new tab page with Google Chrome Apps page, does not need many permissions".
Ả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 with Apps
Tải xuống các tệp mở rộng New Tab with 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
This extension overrides the new tab page with chrome apps page. This app does not need any special permissions.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | New Tab with Apps |
ID | jbfelchjnicpmdnfmcfpfajkdpibabkl |
URL Chính Thức | https://chromewebstore.google.com/detail/new-tab-with-apps/jbfelchjnicpmdnfmcfpfajkdpibabkl |
Mô tả | Override the new tab page with Google Chrome Apps page, does not need many permissions |
Kích Thước Tệp | 10.12 KB |
Số Lần Cài Đặt | 2,054 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2014-11-12 |
Ngày Phát Hành | 2014-04-02 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://sites.google.com/site/sandeshmore |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab with Apps", "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions", "version": "0.2", "chrome_url_overrides": { "newtab": "new_tab_chrome_apps.html" }, "permissions": [ "tabs" ], "icons": { "16": "allapps16.png", "48": "allapps48.png", "128": "allapps128.png" }, "manifest_version": 2 } |