Deep Tab Search: Tab Switcher & Search

Tab manager, tab switcher and search. Fast navigation through open tabs and quick access to information.

Deep Tab Search: Tab Switcher & Search là gì?

Deep Tab Search: Tab Switcher & Search là một tiện ích mở rộng Chrome được phát triển bởi Mr Violets, và tính năng chính của nó là "Tab manager, tab switcher and search. Fast navigation through open tabs and quick access to information.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Deep Tab Search: Tab Switcher & Search

Tải xuống các tệp mở rộng Deep Tab Search: Tab Switcher & Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Deep Tab Search is a Chrome extension that helps you search through and efficiently switch between all your open tabs. Deep Tab Search is the perfect solution for those who work with multiple tabs open and want to find information quickly without the hassle of manually searching through each tab.

FEATURES:

- Content Search: Search across all your open Chrome tabs.
- Relevant Results: Search results are sorted be relevance.
- Blazing Fast: Instantly searches every open tab in the blink of an eye.
- Jump to Search Terms: Open tabs and go directly to your search term.
- Tab Management: Close tabs from the extension popup.
- Web Search Integration: Perform web searches directly from the extension.
- Intuitive Ordering: Tabs are listed by most recently used.
- Search History: Access your recent search history.

IDEAL FOR:

- Professionals, Researchers and Students.
- Multitaskers.
- Power Users.

USAGE

Install Deep Tab Search and click the icon in Chrome's extension tray, or use the shortcut Option/Alt + A to activate the extension. Start typing to instantly see results from all your open tabs. Click on a search result to switch to that tab and find your search term highlighted. Alternatively, navigate through results with arrow keys and press Enter to select. Hold the Alt/Option key while selecting a tab to close it. Browse your recent search history by holding Shift and pressing the Up and Down arrow keys.

- Option/Alt + A to invoke Deep Tab Search
- Arrow Keys to browse search results
- Enter to select a result
- Option + Enter to close a tab
- Shift + Arrow Keys to browse session search history

PERFORMANCE

For optimal performance, it's recommended to use Deep Tab Search with Chrome's memory saver feature turned off. This is because the extension needs to access the content of all tabs, and the memory saver feature might unload some tabs to conserve resources. However, Deep Tab Search will still work as expected with memory saver on, it just means that if it encounters any unloaded tabs, it will automatically reload them when you invoke the extension and show an "Indexing tabs..." message during this process.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Deep Tab Search: Tab Switcher & Search Deep Tab Search: Tab Switcher & Search
ID dbppkkjmaloclihjakcpnionomlidbhk
URL Chính Thức https://chromewebstore.google.com/detail/deep-tab-search-tab-switc/dbppkkjmaloclihjakcpnionomlidbhk
Mô tả Tab manager, tab switcher and search. Fast navigation through open tabs and quick access to information.
Kích Thước Tệp 27.53 KB
Số Lần Cài Đặt 433
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2024-01-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Mr Violets
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "description": "__MSG_EXT_DESCRIPTION__",
    "version": "1.0.6",
    "manifest_version": 3,
    "minimum_chrome_version": "109",
    "default_locale": "en",
    "icons": {
        "16": ".\/images\/icon16.png",
        "24": ".\/images\/icon24.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "scripting",
        "favicon",
        "storage",
        "search"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_EXT_NAME_SHORT__",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+A",
                "mac": "Alt+A",
                "chromeos": "Alt+A",
                "linux": "Alt+A"
            }
        }
    }
}