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