Tabs Counter

A simple extension for displaying the tab number next to the its title.

Tabs Counterคืออะไร?

Tabs Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย poctek5 และคุณลักษณะหลักของมันคือ "A simple extension for displaying the tab number next to the its title."

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

screenshot

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

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

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

                        A simple extension for displaying the tab number next to the its title.                    

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

ชื่อ Tabs Counter Tabs Counter
ID fkgbbcpdghmahjidddepeighkcdlihmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabs-counter/fkgbbcpdghmahjidddepeighkcdlihmp
คำอธิบาย A simple extension for displaying the tab number next to the its title.
ขนาดไฟล์ 3.79 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2016-10-19
วันที่เผยแพร่ 2016-10-18
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา poctek5
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/poctek/tabs-counter
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Counter",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/"
    ],
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}