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