One Tab to Rule Them All
Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
One Tab to Rule Them All là gì?
One Tab to Rule Them All là một tiện ích mở rộng Chrome được phát triển bởi Michael Taylor, và tính năng chính của nó là "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".
Ả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 One Tab to Rule Them All
Tải xuống các tệp mở rộng One Tab to Rule Them All 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 completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | One Tab to Rule Them All |
ID | ihdbhhgfjhgmkcemdmbicneejahfpmok |
URL Chính Thức | https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok |
Mô tả | Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever. |
Kích Thước Tệp | 22.21 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-08-07 |
Ngày Phát Hành | 2018-08-07 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Michael Taylor |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Tab to Rule Them All", "version": "1.2", "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |