Override Chrome's New Tab Policy
A workaround for bypassing or replacing the default Chrome new tab policy set by your organization.
Override Chrome's New Tab Policy là gì?
Override Chrome's New Tab Policy là một tiện ích mở rộng Chrome được phát triển bởi kareemsherif22, và tính năng chính của nó là "A workaround for bypassing or replacing the default Chrome new tab policy set by your organization.".
Ả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 Override Chrome's New Tab Policy
Tải xuống các tệp mở rộng Override Chrome's New Tab Policy 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 allows you to bypass the mandatory new tab page set by your organization or admin. You can leave the url input field empty to go to the default Chrome new tab. You can set a custom url to go to whenever you open a new tab. You can also point the new tab to any local file on your computer. And if you want to go to any new tab set by another extension, just get the url of the page opened by that extension and add it in the url field. Supported urls start with: "https://" "http://" "file://" "ftp" "urn" "chrome-extension://" "chrome://"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Override Chrome's New Tab Policy |
ID | blipilanfdpkfifjekjokjahpjnngifa |
URL Chính Thức | https://chromewebstore.google.com/detail/override-chromes-new-tab/blipilanfdpkfifjekjokjahpjnngifa |
Mô tả | A workaround for bypassing or replacing the default Chrome new tab policy set by your organization. |
Kích Thước Tệp | 19.18 KB |
Số Lần Cài Đặt | 767 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-09-14 |
Ngày Phát Hành | 2021-08-15 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | kareemsherif22 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://forms.gle/rYJeSd4HBHq8feXx6 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Override Chrome's New Tab Policy", "version": "1.2", "description": "A workaround for bypassing or replacing the default Chrome new tab policy set by your organization.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" } }, "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" }, "permissions": [ "tabs", "storage" ] } |