Tab tab menu and search history

View and search through open tabs and browser history.

Tab tab menu and search historyคืออะไร?

Tab tab menu and search history เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adamlund.design และคุณลักษณะหลักของมันคือ "View and search through open tabs and browser history."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab tab menu and search history

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

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

                        Tab Stacks is a vertical tab menu that helps you find the content you were looking for. Filter the tabs you have open and Tab Stacks will list the open tabs that match. If Tab Stacks can't find an open tab, it searches through your history to see if you had a tab open previously!

Tab Stacks is designed to be keyboard and screen reader accessible. Press [CTRL]+[SHIFT]+[K] to open the menu, start typing to filter your tabs, and use the [DOWN] arrow key to navigate to the tab you want, and [ENTER] to open that tab. You can always use your mouse as well.

You can search through your history during a tab search by pressing [CTRL+S]. You can close a tab by highlighting it in the list using the arrow keys or right-click and pressing [DELETE].

Tab Stacks is a high performance, secure, and simple extension for Chrome. Tab Stacks doesn't require you to create an account, doesn't download external files, doesn't store any information about your activity, doesn't track you in any way, and will never try to sell you something.

*** UPDATES ***

Version 1.0.6
* Improved search algorithm for both tabs and history.
* Searches much longer history time period.
* Tabs in the current window always appear at top when popup is opened (User suggestion).
* URLs for tabs appear on focus or mouseover (User suggestion).
* Engineering improvements under the hood to use Web Components for rendering.

Version 1.0.7
* Linux support for launching TabStacks from keyboard with [CTRL+SHIFT+K].
* PopupMenu now has a max-height instead of fixed height.
* Fixed bug on Windows where the scroll bar was rendered even if the tabs would not scroll.

Version 1.0.8
* Added lazy loading for site icons to speed up rendering
* Reduced requested browser permissions

Version 1.1.0
* Updated manifest to v3                    

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

ชื่อ Tab tab menu and search history Tab tab menu and search history
ID dlnnmaeafoliffblhenabcijmogfefha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-tab-menu-and-search-h/dlnnmaeafoliffblhenabcijmogfefha
คำอธิบาย View and search through open tabs and browser history.
ขนาดไฟล์ 38.56 KB
จำนวนการติดตั้ง 1,329
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2020-03-28
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา adamlund.design
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab tab menu and search history",
    "description": "View and search through open tabs and browser history.",
    "version": "1.1.0",
    "icons": {
        "16": "img\/logo32x.png",
        "48": "img\/logo64x.png",
        "64": "img\/logo64x.png",
        "128": "img\/logo128x.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K"
            }
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "history"
    ],
    "action": {
        "default_icon": {
            "19": "img\/logo32x.png",
            "38": "img\/logo32x.png"
        },
        "default_popup": "tabstacks.html",
        "default_title": "Tab Stacks"
    },
    "content_security_policy": []
}