Maple Bookmarks

Let you navigate smoothly while hiding the bookmark bar.

O que é Maple Bookmarks?

Maple Bookmarks é uma extensão do Chrome desenvolvida por https://maple.tw93.fun, e sua principal característica é "Let you navigate smoothly while hiding the bookmark bar.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Maple Bookmarks

Baixe arquivos de extensão Maple Bookmarks 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 bar can occupy the browsing window and affect concentration, so I often hide it. However, this makes accessing bookmarks inconvenient. Therefore, I developed the Maple Bookmarks extension. By just using the shortcut Command + E, you can quickly access your bookmarks, which is practical and convenient.                    

Informações Básicas da Extensão

Nome Maple Bookmarks Maple Bookmarks
ID lgncmpklmepncbjpiebhdoejhmbcnjad
URL Oficial https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad
Descrição Let you navigate smoothly while hiding the bookmark bar.
Tamanho do Arquivo 29.91 KB
Contagem de Instalações 1,277
Versão Atual 1.10
Última Atualização 2023-09-14
Data de Publicação 2023-07-28
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor https://maple.tw93.fun
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/tw93/Maple
URL da Página de Ajuda https://github.com/tw93/Maple/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Maple Bookmarks",
    "description": "Let you navigate smoothly while hiding the bookmark bar.",
    "version": "1.10",
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            }
        }
    },
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "bookmarks",
        "favicon"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}