Side Panel

Vertical tab menu that searches, moves, and sorts.

什麼是Side Panel?

Side Panel是由solomonkinard開發的Chrome擴展程式,該擴展的主要功能是“Vertical tab menu that searches, moves, and sorts.”。

擴展截圖

screenshot
screenshot

下載Side Panel擴展crx文件

下載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
官方網址 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"
    }
}