Tab Counter

This extension will count and log how many tabs you have open

Tab Counterとは何ですか?

Tab Counterはdaniel.barryによって開発されたChromeの拡張機能で、その主な機能は「This extension will count and log how many tabs you have open」です。

拡張機能のスクリーンショット

screenshot

Tab Counter拡張機能のCRXファイルをダウンロード

Tab Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Keep track of the number of tabs and windows you have open
Shows the number of tabs and windows currently open and a graph of how many are open over time                    

拡張機能の基本情報

名前 Tab Counter Tab Counter
ID gnfjchpcjcgjechjnplhablhjdhdimmf
公式URL https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf
説明 This extension will count and log how many tabs you have open
ファイルサイズ 198 KB
インストール数 53
現在のバージョン 1.0.2
最終更新日 2021-03-09
公開日 2021-03-09
評価 4.00/5 合計 2 レビュー
開発者 daniel.barry
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "This extension will count and log how many tabs you have open",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "chart.js",
            "prototype.js",
            "script.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}