TabCounter

Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.

什麼是TabCounter?

TabCounter是由melockchain開發的Chrome擴展程式,該擴展的主要功能是“Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載TabCounter擴展crx文件

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

擴展使用說明

                        Tab Counter tracks the number of tabs:
- Currently open
- Opened today
- Left open from yesterday
- Days number of tabs have been left open
- Number of tabs opened since install of this extension                    

擴展基本資訊

名稱 TabCounter TabCounter
ID hocnnbmipielnggchdgobnliemdgpmai
官方網址 https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai
簡介 Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
檔案大小 51.71 MB
安裝次數 33
目前版本 1.3
更新時間 2022-12-02
上架時間 2022-05-19
評分 5.00/5 共 1 次評分
開發者 melockchain
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabCounter",
    "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/tab_count16.png",
            "32": "\/images\/tab_count32.png",
            "48": "\/images\/tab_count48.png",
            "128": "\/images\/tab_count128.png"
        }
    },
    "icons": {
        "16": "\/images\/tab_count16.png",
        "32": "\/images\/tab_count32.png",
        "48": "\/images\/tab_count48.png",
        "128": "\/images\/tab_count128.png"
    }
}