Search Bookmarks, History and Tabs

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

Co je Search Bookmarks, History and Tabs?

Search Bookmarks, History and Tabs je rozšíření Chrome vyvinuté heimlersimon, a jeho hlavní funkcí je „Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Search Bookmarks, History and Tabs

Stáhněte si soubory rozšíření Search Bookmarks, History and Tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Search Bookmarks, History and Tabs Search Bookmarks, History and Tabs
ID cofpegcepiccpobikjoddpmmocficdjj
Oficiální URL https://chromewebstore.google.com/detail/search-bookmarks-history/cofpegcepiccpobikjoddpmmocficdjj
Popis Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.
Velikost souboru 82.83 KB
Počet instalací 979
Aktuální Verze 1.9.5
Poslední Aktualizace 2023-12-14
Datum Vydání 2021-07-25
Hodnocení 4.91/5 Celkem 11 Hodnocení
Vývojář heimlersimon
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Fannon/search-tabs-bookmarks-and-history#readme
URL Stránky Nápovědy https://github.com/Fannon/search-tabs-bookmarks-and-history/discussions
Podporované Jazyky 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"
    }
}