Tabs count

Counts the number of open browser tabs

Tabs countとは何ですか?

Tabs countはKanban Labsによって開発されたChromeの拡張機能で、その主な機能は「Counts the number of open browser tabs」です。

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

screenshot

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

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

拡張機能の使用方法

                        A very simple extension that gives you the number of currently opened tabs and windows.
Check the source code yourself! https://github.com/kanban-labs/tabs-count                    

拡張機能の基本情報

名前 Tabs count Tabs count
ID iaejhlgcnijhbdilicmoinmiofldhpke
公式URL https://chromewebstore.google.com/detail/tabs-count/iaejhlgcnijhbdilicmoinmiofldhpke
説明 Counts the number of open browser tabs
ファイルサイズ 6.83 KB
インストール数 168
現在のバージョン 1.0.1
最終更新日 2022-09-15
公開日 2022-09-14
評価 3.75/5 合計 4 レビュー
開発者 Kanban Labs
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://kanban.ee
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs count",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Counts the number of open browser tabs",
    "action": {
        "default_title": "Tab count",
        "default_icon": "icons\/icon-48x48.png"
    },
    "permissions": [
        "notifications"
    ],
    "icons": {
        "48": "icons\/icon-48x48.png",
        "144": "icons\/icon-144x144.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self';"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}