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
公式URL 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
Eメール [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"
    }
}