One Tab Only
This extension makes sure there will be only one tab open for the specified/configured domain URL.
One Tab Only là gì?
One Tab Only là một tiện ích mở rộng Chrome được phát triển bởi tamas.janky, và tính năng chính của nó là "This extension makes sure there will be only one tab open for the specified/configured domain URL.".
Ả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 Only
Tải xuống các tệp mở rộng One Tab Only 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
If change happens on any tab URL, the extension will check if the domain of new URL is matching with the defined and configured domain URL pattern.In case if there is a match all the tabs will be checked for configured domain URL, and if any tab found with the same domain the new URL will be opened in the already existing tab and the tab sourcing the URL will be closed. You can configure the domain URL from the extension options link on the extension details page. The extension is also sending notification if a match happen what can be switched off on the options screen.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | One Tab Only |
ID | cdkbmeoilbjdnbaonjnenjdafkgaeabo |
URL Chính Thức | https://chromewebstore.google.com/detail/one-tab-only/cdkbmeoilbjdnbaonjnenjdafkgaeabo |
Mô tả | This extension makes sure there will be only one tab open for the specified/configured domain URL. |
Kích Thước Tệp | 18.85 KB |
Số Lần Cài Đặt | 1,670 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2022-12-11 |
Ngày Phát Hành | 2015-10-22 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | tamas.janky |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "daemon.js" }, "description": "This extension makes sure there will be only one tab open for the specified\/configured domain URL.", "manifest_version": 3, "name": "One Tab Only", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "options_page": "options_page.html", "permissions": [ "tabs", "storage", "notifications", "webRequest" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.0.2" } |