Tab Counter
Keeps a running count of open tabs and windows.
Tab Counterとは何ですか?
Tab Counterはnog642によって開発されたChromeの拡張機能で、その主な機能は「Keeps a running count of open tabs and windows.」です。
拡張機能のスクリーンショット
Tab Counter拡張機能のCRXファイルをダウンロード
Tab Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows you a count of the total number of tabs, total number of windows, and number of tabs in the current window. Also has an option to export your tabs as a JSON file.
拡張機能の基本情報
名前 | Tab Counter |
ID | phojeebfjglippdniiejmfclojgbmedd |
公式URL | https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd |
説明 | Keeps a running count of open tabs and windows. |
ファイルサイズ | 7.97 KB |
インストール数 | 192 |
現在のバージョン | 0.4.5.0 |
最終更新日 | 2021-04-28 |
公開日 | 2021-04-25 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | nog642 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gitlab.com/nog642/chrome-tab-counter |
ヘルプページのURL | https://gitlab.com/nog642/chrome-tab-counter/-/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Counter", "version": "0.4.5.0", "description": "Keeps a running count of open tabs and windows.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "optional_permissions": [ "tabs" ] } |