Maple Bookmarks

Let you navigate smoothly while hiding the bookmark bar.

Cos'è Maple Bookmarks?

Maple Bookmarks è un'estensione di Chrome sviluppata da https://maple.tw93.fun, e la sua funzione principale è "Let you navigate smoothly while hiding the bookmark bar.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Maple Bookmarks

Scarica i file di estensione Maple Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Maple Bookmarks Maple Bookmarks
ID lgncmpklmepncbjpiebhdoejhmbcnjad
URL Ufficiale https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad
Descrizione Let you navigate smoothly while hiding the bookmark bar.
Dimensione del File 29.91 KB
Conteggio Installazioni 1,277
Versione Corrente 1.10
Ultimo Aggiornamento 2023-09-14
Data di Pubblicazione 2023-07-28
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore https://maple.tw93.fun
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tw93/Maple
URL della Pagina di Aiuto https://github.com/tw93/Maple/issues
Lingue Supportate 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"
    }
}