Tab Counter

Changes your new tab page to a counter that displays how many tabs you have opened today.

Tab Counter là gì?

Tab Counter là một tiện ích mở rộng Chrome được phát triển bởi Drake Panzer, và tính năng chính của nó là "Changes your new tab page to a counter that displays how many tabs you have opened today.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

                        Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day.

The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link:

https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche


______
If you have any problems or suggestions, feel free to tell me.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Counter Tab Counter
ID jolnbjdcabeggeklgccfpbebhgkgjgee
URL Chính Thức https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee
Mô tả Changes your new tab page to a counter that displays how many tabs you have opened today.
Kích Thước Tệp 27.81 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-31
Ngày Phát Hành 2017-01-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Drake Panzer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dpanzer.net
URL Trang Trợ Giúp https://dpanzer.net/contact
URL Trang Chính Sách Bảo Mật https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "author": "engineerofstuff",
    "chrome_url_overrides": {
        "newtab": "dist\/override.html"
    },
    "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.",
    "homepage_url": "https:\/\/dpanzer.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Tab Counter",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}