Chrome Tab Counter
Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.
Chrome Tab Counterとは何ですか?
Chrome Tab Counterはhttps://fero8.comによって開発されたChromeの拡張機能で、その主な機能は「Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.」です。
拡張機能のスクリーンショット
Chrome Tab Counter拡張機能のCRXファイルをダウンロード
Chrome Tab Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs. NEW in latest update: * show counter of tabs in the currently open window * shows counter of currently open windows * ability to change the icon background color Features * Shows counter of open tabs, open windows, all-time opened tabs, max concurrent opened tabs * Multiple Chrome windows supported * Tweet your stats & share on Facebook * Extension does not track your browsing history or any other personal data This is an open-source extension, no information is shared or sent to 3rd parties. Feel free to review the code here: https://github.com/fero8/chrome-tab-counter
拡張機能の基本情報
名前 | Chrome Tab Counter |
ID | fhnegjjodccfaliddboelcleikbmapik |
公式URL | https://chromewebstore.google.com/detail/chrome-tab-counter/fhnegjjodccfaliddboelcleikbmapik |
説明 | Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs. |
ファイルサイズ | 50.21 KB |
インストール数 | 20,000 |
現在のバージョン | 1.2.2 |
最終更新日 | 2022-06-16 |
公開日 | 2020-04-22 |
評価 | 4.34/5 合計 35 レビュー |
開発者 | https://fero8.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Tab Counter", "version": "1.2.2", "manifest_version": 2, "description": "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.", "browser_action": { "default_name": "Chrome Tab Counter", "default_icon": "icon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "prototype.js", "scripts.js", "bg.js" ] }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [] } |