Side Panel

Vertical tab menu that searches, moves, and sorts.

Side Panelคืออะไร?

Side Panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย solomonkinard และคุณลักษณะหลักของมันคือ "Vertical tab menu that searches, moves, and sorts."

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

screenshot
screenshot

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

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

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

                        Vertical tabs. Search and sort. Click the extension icon to show the popup and each favicon. Press enter after searching. Press tab key then enter. Automatically scroll to the focused tab. Try the bonus side panel feature. Move tabs by dragging and dropping. Middle click to close.

Changelog

# 0.0.2.8

* Added beautiful color coded tab movement.
* Restored side panel menu visibility, caused by regression listed below.
* Side Panel was affected by the browser regression that broke setPanelOptions.

# 0.0.2.7

* Middle click now closes the tab that was clicked on.
* Move tabs by dragging and dropping.
* Use images instead of text for the top row of links.
* Added hover title for the top row of links.
* Search input box now has a magnifying glass in it.
* Search input box now has a placeholder.
* Automatically scroll to the focused tab in view.
* Only scroll when the focused tab isn't visible on screen.
* Animate scrolling.

# 0.0.2.6

* Faster image loading by exiting the event loop and lazy loading favicons.                    

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

ชื่อ Side Panel Side Panel
ID haoeabedojepcdeajfccghamflkfkjfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/side-panel/haoeabedojepcdeajfccghamflkfkjfc
คำอธิบาย Vertical tab menu that searches, moves, and sorts.
ขนาดไฟล์ 33.41 KB
จำนวนการติดตั้ง 240
เวอร์ชันปัจจุบัน 0.0.2.8
อัปเดตครั้งล่าสุด 2023-04-09
วันที่เผยแพร่ 2023-03-03
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา solomonkinard
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Side Panel",
    "version": "0.0.2.8",
    "manifest_version": 3,
    "description": "Vertical tab menu that searches, moves, and sorts.",
    "author": "Solomon Kinard",
    "action": {
        "default_popup": "default_popup.html"
    },
    "permissions": [
        "tabs",
        "favicon",
        "sidePanel",
        "storage"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "side_panel": {
        "default_path": "default_popup.html"
    }
}