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?

New Tab Page Counter是由Beaver開發的Chrome擴展程式,該擴展的主要功能是“Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!”。

擴展截圖

screenshot
screenshot

下載New Tab Page Counter擴展crx文件

下載New Tab Page Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 New Tab Page Counter New Tab Page Counter
ID dfcpeeodhadpkndehphebgcajckcdgka
官方網址 https://chromewebstore.google.com/detail/new-tab-page-counter/dfcpeeodhadpkndehphebgcajckcdgka
簡介 Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!
檔案大小 709 KB
安裝次數 402
目前版本 1
更新時間 2013-11-06
上架時間 2013-11-06
評分 4.11/5 共 9 次評分
開發者 Beaver
付費類型 free
支援的語言 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"
    }
}