New Tab Page Counter

Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!

New Tab Page Counter là gì?

New Tab Page Counter là một tiện ích mở rộng Chrome được phát triển bởi Beaver, và tính năng chính của nó là "Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Tab Page Counter

Tải xuống các tệp mở rộng New Tab Page 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

                        This simple widget shows you the amount of time you have a new tab page open, and how many times you open a new tab page.

New Tab Page Counter is very customizable.  You can change the font and background colors, and choose to hide the amount of time or the number of times the new tab page has been opened.

This widget requires Awesome New Tab Page to work.  Without Awesome New Tab Page this widget does nothing.  You can download Awesome New Tab Page at https://chrome.google.com/webstore/detail/awesome-new-tab-page/mgmiemnjjchgkmgbeljfocdjjnpjnmcg.                    

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

Tên New Tab Page Counter New Tab Page Counter
ID dfcpeeodhadpkndehphebgcajckcdgka
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-page-counter/dfcpeeodhadpkndehphebgcajckcdgka
Mô tả Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!
Kích Thước Tệp 709 KB
Số Lần Cài Đặt 402
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2013-11-06
Ngày Phát Hành 2013-11-06
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Beaver
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": "New Tab Page Counter",
    "web_accessible_resources": [
        "widget.html",
        "index.html",
        "options.html"
    ],
    "options_page": "settings.html",
    "background": {
        "page": "background2.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1",
    "description": "Track the number of times you open the new tab page, and how much time you have it open.  You probably will be amazed!",
    "icons": {
        "128": "newicon.png"
    }
}