Search Bookmarks, History and Tabs

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

O que é Search Bookmarks, History and Tabs?

Search Bookmarks, History and Tabs é uma extensão do Chrome desenvolvida por heimlersimon, e sua principal característica é "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Search Bookmarks, History and Tabs

Baixe arquivos de extensão Search Bookmarks, History and Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Search Bookmarks, History and Tabs Search Bookmarks, History and Tabs
ID cofpegcepiccpobikjoddpmmocficdjj
URL Oficial https://chromewebstore.google.com/detail/search-bookmarks-history/cofpegcepiccpobikjoddpmmocficdjj
Descrição Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.
Tamanho do Arquivo 82.83 KB
Contagem de Instalações 979
Versão Atual 1.9.5
Última Atualização 2023-12-14
Data de Publicação 2021-07-25
Classificação 4.91/5 Total de 11 Avaliações
Desenvolvedor heimlersimon
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Fannon/search-tabs-bookmarks-and-history#readme
URL da Página de Ajuda https://github.com/Fannon/search-tabs-bookmarks-and-history/discussions
Idiomas Suportados 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"
    }
}