Bookmark Manager and Viewer

An elegant bookmark manager with fuzzy search and more

O que é Bookmark Manager and Viewer?

Bookmark Manager and Viewer é uma extensão do Chrome desenvolvida por InBasic, e sua principal característica é "An elegant bookmark manager with fuzzy search and more".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bookmark Manager and Viewer

Baixe arquivos de extensão Bookmark Manager and Viewer 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

                        The "Bookmarks Manager and Viewer" extension provides a panel view to modify your bookmarks. The panel is equipped with fuzzy search (like Google search) to help you find the matching bookmarks. You have a set of tools to edit your bookmarks on the fly. It is even possible to drag a bookmark to a new position in the tree or create a new directory and place the bookmark inside it.

Features:
1. Fuzzy Search: Use to find matching items even if you are not sure what the exact title or URL of the stored bookmark is.
2. Validation Button: Delete broken bookmarks or find duplicated bookmarks recursively.
3. Edit Properties: Modify the title or address of a bookmark
4. Toolbar Color: Detect if the current page is bookmarked or not
5. Sort Bookmarks
6. Supports Live Bookmarks
7. Opening Mode: Open in a browser tab or popup view
8. Keyboard Navigation and Operation                    

Informações Básicas da Extensão

Nome Bookmark Manager and Viewer Bookmark Manager and Viewer
ID mnhojcjhcilkgkmijhphlbmghmmdhlfg
URL Oficial https://chromewebstore.google.com/detail/bookmark-manager-and-view/mnhojcjhcilkgkmijhphlbmghmmdhlfg
Descrição An elegant bookmark manager with fuzzy search and more
Tamanho do Arquivo 302 KB
Contagem de Instalações 10,000
Versão Atual 0.3.2
Última Atualização 2024-02-05
Data de Publicação 2018-10-23
Classificação 3.96/5 Total de 93 Avaliações
Desenvolvedor InBasic
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://webextension.org/listing/bookmarks-manager.html
URL da Página de Ajuda https://webextension.org/listing/bookmarks-manager.html
URL da Página de Política de Privacidade https://add0n.com/policies/inb.cor.txt
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Manager and Viewer",
    "description": "An elegant bookmark manager with fuzzy search and more",
    "version": "0.3.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "bookmarks",
        "favicon",
        "notifications",
        "contextMenus",
        "declarativeContent"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "\/data\/panel\/index.html"
    },
    "sidebar_action": {
        "default_panel": "\/data\/panel\/index.html?in=sidebar",
        "default_icon": {
            "16": "\/data\/icons\/16.png",
            "32": "\/data\/icons\/32.png",
            "48": "\/data\/icons\/48.png",
            "64": "\/data\/icons\/64.png",
            "128": "\/data\/icons\/128.png"
        }
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/bookmarks-manager.html",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "options_ui": {
        "page": "\/data\/options\/index.html",
        "open_in_tab": true
    }
}