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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |