Tab Deduplicator
Displays the current number of open tabs, open windows or both
Tab Deduplicator là gì?
Tab Deduplicator là một tiện ích mở rộng Chrome được phát triển bởi Asafh, và tính năng chính của nó là "Displays the current number of open tabs, open windows or both".
Ả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 Tab Deduplicator
Tải xuống các tệp mở rộng Tab Deduplicator 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
Simple indication on tab page of other tabs open with the same URL - clicking the action navigates to the next tab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jbhemaokagepomiajppddbhfolpkfdfi |
URL Chính Thức | https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi |
Mô tả | Displays the current number of open tabs, open windows or both |
Kích Thước Tệp | 4.6 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-04-29 |
Ngày Phát Hành | 2017-04-29 |
Nhà Phát Triển | Asafh |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/asafh/chrome-tab-dedup |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Deduplicator", "version": "1.1", "description": "Displays the current number of open tabs, open windows or both", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "icons": { "128": "icon128.png" }, "incognito": "split", "page_action": { "default_icon": { "128": "icon128.png" }, "default_title": "Duplicate Tab" }, "manifest_version": 2 } |