OmniTab

Quickly switch tabs using the omnibar

OmniTabคืออะไร?

OmniTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Kwan และคุณลักษณะหลักของมันคือ "Quickly switch tabs using the omnibar"

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

screenshot

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

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

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

                        OmniTab lets you search your tabs with the omnibox. To start, you type in the keyword "o" in the address bar, and tap space to activate OmniTab search. Then, type in the name of the tab that you want to find and press enter.                    

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

ชื่อ OmniTab OmniTab
ID poegalffpegekkadabibgmjoinhahbbb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb
คำอธิบาย Quickly switch tabs using the omnibar
ขนาดไฟล์ 63.65 KB
จำนวนการติดตั้ง 378
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2013-02-20
วันที่เผยแพร่ 2013-02-20
คะแนน 4.31/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา James Kwan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OmniTab",
    "version": "1.2.1",
    "description": "Quickly switch tabs using the omnibar",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "o"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}