Tabular

Easily search open tabs.

Tabularคืออะไร?

Tabular เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dhimdisd และคุณลักษณะหลักของมันคือ "Easily search open tabs."

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

screenshot
screenshot
screenshot

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

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

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

                        Easily find and switch between too many open tabs.

Shortcuts:

Open Tabular:
Ctrl/Cmd + Shift + K

Close selected tab:
Ctrl/Cmd + D

Move selection up:
Ctrl/Cmd + K
or
Up arrow key

Move Selection down:
Ctrl/Cmd + J
or
Down arrow key

Close Tabular:
Esc                    

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

ชื่อ Tabular Tabular
ID hgkiemddhmglgcdagihobgnafbfcohan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabular/hgkiemddhmglgcdagihobgnafbfcohan
คำอธิบาย Easily search open tabs.
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.0.4.0
อัปเดตครั้งล่าสุด 2015-02-22
วันที่เผยแพร่ 2015-02-22
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dhimdisd
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabular",
    "version": "1.0.4.0",
    "manifest_version": 2,
    "description": "Easily search open tabs.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "build\/js\/background.js"
        ]
    },
    "commands": {
        "showTabularPopup": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Show Tabular popup"
        }
    },
    "browser_action": {
        "default_icon": "build\/img\/icon16.png",
        "default_popup": "build\/popup.html"
    },
    "icons": {
        "16": "build\/img\/icon16.png",
        "48": "build\/img\/icon48.png",
        "128": "build\/img\/icon128.png"
    }
}