Maple Bookmarks

Let you navigate smoothly while hiding the bookmark bar.

Qu'est-ce que Maple Bookmarks ?

Maple Bookmarks est une extension Chrome développée par https://maple.tw93.fun, et sa fonction principale est "Let you navigate smoothly while hiding the bookmark bar.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Maple Bookmarks

Téléchargez les fichiers d'extension Maple Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Maple Bookmarks Maple Bookmarks
ID lgncmpklmepncbjpiebhdoejhmbcnjad
URL Officiel https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad
Description Let you navigate smoothly while hiding the bookmark bar.
Taille du Fichier 29.91 KB
Nombre d'Installations 1,277
Version Actuelle 1.10
Dernière Mise à Jour 2023-09-14
Date de Publication 2023-07-28
Évaluation 4.86/5 Total 7 Évaluations
Développeur https://maple.tw93.fun
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tw93/Maple
URL de la Page d'Aide https://github.com/tw93/Maple/issues
Langues Prises en Charge 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"
    }
}