TabStats
TabStats is a basic chrome extension that tracks the number of open tabs in chrome.
TabStats là gì?
TabStats là một tiện ích mở rộng Chrome được phát triển bởi Peetahzee, và tính năng chính của nó là "TabStats is a basic chrome extension that tracks the number of open tabs in chrome.".
Ả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 TabStats
Tải xuống các tệp mở rộng TabStats 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
TabStats is a basic chrome extension that tracks the number of open tabs in chrome. You can always open the chrome extension to see the number of tabs open. You can also click the graph button and see a pretty graph of the history of your recent tab adventures. On this graph, you can adjust the display options so that you can see data points, filling, connecting lines, horizontal guidelines, and vertical guidelines. you can also change the timeframe of your tab adventures. Future plans include... - allowing users to change the color of various display features of the graph - sharing your own chart via various social media sites (g+, fb, etc.) - comparing your chart with friends with overlaying or other cool things - making a more interactive graph with sliders, shiny buttons, etc. - going to a new york city hackathon together
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ofefchjafojmiaffflndhpcnblbedbci |
URL Chính Thức | https://chrome.google.com/webstore/detail/tabstats/ofefchjafojmiaffflndhpcnblbedbci |
Mô tả | TabStats is a basic chrome extension that tracks the number of open tabs in chrome. |
Kích Thước Tệp | 311 KB |
Số Lần Cài Đặt | 208 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2013-07-16 |
Ngày Phát Hành | 2013-07-16 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Peetahzee |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabStats", "version": "1.3", "manifest_version": 2, "description": "TabStats is a basic chrome extension that tracks the number of open tabs in chrome.", "browser_action": { "default_icon": "views\/icon.png", "default_popup": "views\/popup.html" }, "permissions": [ "tabs", "history", "storage", "unlimitedStorage" ], "background": { "scripts": [ "views\/jquery.js", "tracking\/utils.js", "tracking\/tabEvents.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |