Numbered Tabs

Add a numeric prefix before the tab's title.

Numbered Tabsคืออะไร?

Numbered Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Narin Luangrath และคุณลักษณะหลักของมันคือ "Add a numeric prefix before the tab's title."

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

screenshot

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

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

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

                        - Simple extension for people who use ⌘/ctrl +  to navigate between tabs.

- Adds a numeric prefix before the tab title (e.g. "4. YouTube")

- It's open source. Request features / bug fixes here: https://github.com/narinluangrath/numbered-tabs                    

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

ชื่อ Numbered Tabs Numbered Tabs
ID iocebdgkllilbhbekghlbpmhfeejgcgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/numbered-tabs/iocebdgkllilbhbekghlbpmhfeejgcgi
คำอธิบาย Add a numeric prefix before the tab's title.
ขนาดไฟล์ 4 KB
จำนวนการติดตั้ง 2,522
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2020-04-30
วันที่เผยแพร่ 2020-04-27
คะแนน 3.91/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Narin Luangrath
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Numbered Tabs",
    "version": "0.2.2",
    "description": "Add a numeric prefix before the tab's title.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        ""
    ]
}