Search Bookmarks, History and Tabs

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

Search Bookmarks, History and Tabs란 무엇입니까?

Search Bookmarks, History and Tabs은(는) heimlersimon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Search Bookmarks, History and Tabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Search Bookmarks, History and Tabs Search Bookmarks, History and Tabs
ID cofpegcepiccpobikjoddpmmocficdjj
공식 URL https://chromewebstore.google.com/detail/search-bookmarks-history/cofpegcepiccpobikjoddpmmocficdjj
설명 Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.
파일 크기 82.83 KB
설치 횟수 979
현재 버전 1.9.5
최근 업데이트 2023-12-14
출시 날짜 2021-07-25
평점 4.91/5 총 11 개의 평점
개발자 heimlersimon
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Fannon/search-tabs-bookmarks-and-history#readme
도움말 페이지 URL https://github.com/Fannon/search-tabs-bookmarks-and-history/discussions
지원되는 언어 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"
    }
}