Tab Counter

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

什麼是Tab Counter?

Tab Counter是由Drake Panzer開發的Chrome擴展程式,該擴展的主要功能是“Changes your new tab page to a counter that displays how many tabs you have opened today.”。

擴展截圖

screenshot

下載Tab Counter擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tab Counter Tab Counter
ID jolnbjdcabeggeklgccfpbebhgkgjgee
官方網址 https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee
簡介 Changes your new tab page to a counter that displays how many tabs you have opened today.
檔案大小 27.81 KB
安裝次數 28
目前版本 1.0
更新時間 2017-01-31
上架時間 2017-01-31
評分 5.00/5 共 1 次評分
開發者 Drake Panzer
電子郵箱 [email protected]
付費類型 free
擴展官網 https://dpanzer.net
說明頁面URL https://dpanzer.net/contact
隱私政策頁面URL https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
支援的語言 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"
}