TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
TabCounter là gì?
TabCounter là một tiện ích mở rộng Chrome được phát triển bởi melockchain, và tính năng chính của nó là "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".
Ả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 TabCounter
Tải xuống các tệp mở rộng TabCounter 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
Tab Counter tracks the number of tabs: - Currently open - Opened today - Left open from yesterday - Days number of tabs have been left open - Number of tabs opened since install of this extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabCounter |
ID | hocnnbmipielnggchdgobnliemdgpmai |
URL Chính Thức | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
Mô tả | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
Kích Thước Tệp | 51.71 MB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-12-02 |
Ngày Phát Hành | 2022-05-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | melockchain |
[email protected] | |
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": "TabCounter", "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } }, "icons": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } } |