01. Tabs

Add a number in front of tab titles, easily use quick hot keys to switch to tab. e.g. Ctrl+7 / CMD+7

01. Tabsคืออะไร?

01. Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aksol.com และคุณลักษณะหลักของมันคือ "Add a number in front of tab titles, easily use quick hot keys to switch to tab. e.g. Ctrl+7 / CMD+7"

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

screenshot

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

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

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

                        This extension is a quick way to add a number at start of each tab in title. It is helpful for you to keep count of number of tabs you have opened. It can be helpful to easily use quick hot keys to switch to tab. On Windows and Linux/UNIX you can use Control key with the tab number. On Mac you can use Command key with tab number.

e.g. 

Windows / Linux / UNIX : Ctrl+7 
Mac: CMD+7

What's New - v 1.3
* Fixed bugs where title of extension gallery was being updated. 
* Fixed bug where 10. was being updated as 010.                    

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

ชื่อ 01. Tabs 01. Tabs
ID ennmnifpnkbipkcamokebcjmofhbiiil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/01-tabs/ennmnifpnkbipkcamokebcjmofhbiiil
คำอธิบาย Add a number in front of tab titles, easily use quick hot keys to switch to tab. e.g. Ctrl+7 / CMD+7
ขนาดไฟล์ 22.61 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.31
อัปเดตครั้งล่าสุด 2013-04-30
วันที่เผยแพร่ 2013-04-30
คะแนน 3.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://aksol.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "name": "01. Tabs",
    "version": "1.31",
    "manifest_version": 2,
    "description": "Add a number in front of tab titles, easily use quick hot keys to switch to tab. e.g. Ctrl+7 \/ CMD+7",
    "icons": {
        "16": "ntabs-16.png",
        "48": "ntabs-48.png",
        "128": "ntabs-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "ntabsupdate.js"
        ]
    }
}