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.”。

擴展截圖

screenshot

下載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 Chrome Tab Counter
ID fhnegjjodccfaliddboelcleikbmapik
官方網址 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
電子郵箱 [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": []
}