Maple Bookmarks

Let you navigate smoothly while hiding the bookmark bar.

什么是Maple Bookmarks?

Maple Bookmarks是由https://maple.tw93.fun开发的Chrome扩展程序,该扩展的主要功能是“Let you navigate smoothly while hiding the bookmark bar.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Maple Bookmarks扩展crx文件

下载Maple Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Maple Bookmarks Maple Bookmarks
ID lgncmpklmepncbjpiebhdoejhmbcnjad
官方URL https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad
简介 Let you navigate smoothly while hiding the bookmark bar.
文件大小 29.91 KB
安装次数 1,277
当前版本 1.10
更新时间 2023-09-14
上架时间 2023-07-28
评分 4.86/5 共7次评分
开发者 https://maple.tw93.fun
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tw93/Maple
帮助页面URL https://github.com/tw93/Maple/issues
支持的语言 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"
    }
}