Tab Counter
Shows the amount of tabs you've created on every new tab.
Tab Counter là gì?
Tab Counter là một tiện ích mở rộng Chrome được phát triển bởi metarmask, và tính năng chính của nó là "Shows the amount of tabs you've created on every new tab.".
Ả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 Counter
Tải xuống các tệp mở rộng Tab Counter 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
Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere. Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
Mô tả | Shows the amount of tabs you've created on every new tab. |
Kích Thước Tệp | 16.79 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2016-07-23 |
Ngày Phát Hành | 2016-07-23 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | metarmask |
[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", "manifest_version": 2, "name": "Tab Counter", "description": "Shows the amount of tabs you've created on every new tab.", "version": "2.0", "minimum_chrome_version": "51", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |