Search Bookmarks, History and Tabs

Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.

Search Bookmarks, History and Tabs là gì?

Search Bookmarks, History and Tabs là một tiện ích mở rộng Chrome được phát triển bởi heimlersimon, và tính năng chính của nó là "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Bookmarks, History and Tabs

Tải xuống các tệp mở rộng Search Bookmarks, History and Tabs 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

                        This extension does not collect any data, nor does it make any external requests.

It supports two different search approaches or a hybrid between both:

- Fuzzy search (approximate string matching)
- Precise search (exact matching)

With this extension you can also **tag your bookmarks** including auto completions. The tags are considered when searching and can be used for navigation.

In general, the extension is very customizable and has a dark / light theme that is selected based on your system settings.

You can find more information here: https://github.com/Fannon/search-bookmarks-history-and-tabs#readme                    

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

Tên Search Bookmarks, History and Tabs Search Bookmarks, History and Tabs
ID cofpegcepiccpobikjoddpmmocficdjj
URL Chính Thức https://chromewebstore.google.com/detail/search-bookmarks-history/cofpegcepiccpobikjoddpmmocficdjj
Mô tả Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.
Kích Thước Tệp 82.83 KB
Số Lần Cài Đặt 979
Phiên Bản Hiện Tại 1.9.5
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2021-07-25
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển heimlersimon
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Fannon/search-tabs-bookmarks-and-history#readme
URL Trang Trợ Giúp https://github.com/Fannon/search-tabs-bookmarks-and-history/discussions
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Bookmarks, History and Tabs",
    "description": "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.",
    "homepage_url": "https:\/\/github.com\/Fannon\/search-bookmarks-history-and-tabs",
    "author": "Simon Heimler",
    "version": "1.9.5",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "bookmarks",
        "history",
        "storage"
    ],
    "action": {
        "default_popup": "\/popup\/index.html",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-48.png",
            "128": "\/images\/logo-128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Period",
                "mac": "Command+Shift+Period"
            },
            "description": "Open search popup"
        }
    },
    "icons": {
        "16": "\/images\/logo-16.png",
        "32": "\/images\/logo-32.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    }
}