Maple Bookmarks

Let you navigate smoothly while hiding the bookmark bar.

Maple Bookmarks là gì?

Maple Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi https://maple.tw93.fun, và tính năng chính của nó là "Let you navigate smoothly while hiding the bookmark bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Maple Bookmarks

Tải xuống các tệp mở rộng Maple Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Maple Bookmarks Maple Bookmarks
ID lgncmpklmepncbjpiebhdoejhmbcnjad
URL Chính Thức https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad
Mô tả Let you navigate smoothly while hiding the bookmark bar.
Kích Thước Tệp 29.91 KB
Số Lần Cài Đặt 1,277
Phiên Bản Hiện Tại 1.10
Cập Nhật Lần Cuối 2023-09-14
Ngày Phát Hành 2023-07-28
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://maple.tw93.fun
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tw93/Maple
URL Trang Trợ Giúp https://github.com/tw93/Maple/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}