Tab Tally
This extension keeps track of the open tabs and windows you're currently running
Tab Tally là gì?
Tab Tally là một tiện ích mở rộng Chrome được phát triển bởi Michael Hazani, và tính năng chính của nó là "This extension keeps track of the open tabs and windows you're currently running".
Ả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 Tally
Tải xuống các tệp mở rộng Tab Tally 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
Yet another tab limiter! This extension maximizes productivity by keeping tabs (heh) on your open tabs and windows, and letting you limit the number of open tabs. Now get to work!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Tally |
ID | eoppllliellcefmannacbmnloheolenh |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh |
Mô tả | This extension keeps track of the open tabs and windows you're currently running |
Kích Thước Tệp | 40.18 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2016-07-22 |
Ngày Phát Hành | 2016-07-21 |
Nhà Phát Triển | Michael Hazani |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://michaelhazani.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Tally", "description": "This extension keeps track of the open tabs and windows you're currently running", "author": "Michael Hazani", "version": "0.0.1", "browser_action": { "default_icon": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "default_title": "Tab Tally", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage", "tabs" ] } |