Tab Count

Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them.

Tab Countคืออะไร?

Tab Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย !sh และคุณลักษณะหลักของมันคือ "Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Count

ดาวน์โหลดไฟล์ส่วนขยาย Tab Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Displays number and list of tabs opened on the current or all Chrome windows. New: detects duplicate tabs and auto closes stale tabs (configurable).

Features:

- Extension icon and icon tooltip displays total number of tabs on all windows.
- Click the icon to get number of tabs opened on that window and list of tabs with:
  - Tab's favicon.
  - A 'x' to close the tab.
  - Title of the tab that you can click to go to the tab.
  - Tab's URL by hovering the mouse over the title.
- [optional] Detect duplicate tabs. Contributed by: github.com/rgluga
- [optional] auto-close tabs that are X days stale. Contributed by: github.com/rgluga

Configurable option:
- Display list of tabs in the current or all windows.

Notes: To get data on incognito window[s], go to extension's settings on chrome://extensions/ and select the 'Allow in incognito' checkbox.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Count Tab Count
ID cfokcacdaonnckdmopmcgeanhkebeaio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-count/cfokcacdaonnckdmopmcgeanhkebeaio
คำอธิบาย Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and/or close them.
ขนาดไฟล์ 14.78 KB
จำนวนการติดตั้ง 23,348
เวอร์ชันปัจจุบัน 2.8
อัปเดตครั้งล่าสุด 2016-01-17
วันที่เผยแพร่ 2016-01-17
คะแนน 4.23/5 รวมทั้งหมด 65 คะแนน
ผู้พัฒนา !sh
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/developerish/tab-count
URL หน้าช่วยเหลือ https://github.com/developerish/tab-count
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Count",
    "version": "2.8",
    "description": "Displays the count and list of open tabs from current or all windows (configurable) and allows you to select and\/or close them.",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_name": "Tab Count",
        "default_icon": "images\/icon19.png",
        "default_title": "Tab Count"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}