Tab Count
Displays the number of browser tabs
Tab Countとは何ですか?
Tab Countはgustass1によって開発されたChromeの拡張機能で、その主な機能は「Displays the number of browser tabs」です。
拡張機能のスクリーンショット
Tab Count拡張機能のCRXファイルをダウンロード
Tab Count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension that displays the number of tabs you have open on your browser. It displays total count of tabs, tab count on current window, and tab count you have on each tab group.
拡張機能の基本情報
名前 | Tab Count |
ID | cflfdplhfcgapcgcahckkadgghpkhfco |
公式URL | https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco |
説明 | Displays the number of browser tabs |
ファイルサイズ | 9.97 KB |
インストール数 | 338 |
現在のバージョン | 0.0.2 |
最終更新日 | 2023-05-17 |
公開日 | 2021-07-07 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | gustass1 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Count", "description": "Displays the number of browser tabs", "version": "0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-120.png" } }, "icons": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-120.png" }, "permissions": [ "tabGroups" ] } |