Maple Bookmarks
Let you navigate smoothly while hiding the bookmark bar.
What is Maple Bookmarks?
Maple Bookmarks is a Chrome extension developed by https://maple.tw93.fun, and its main feature is "Let you navigate smoothly while hiding the bookmark bar.".
Extension Screenshots
Download Maple Bookmarks Extension CRX File
Download Maple Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Maple Bookmarks |
ID | lgncmpklmepncbjpiebhdoejhmbcnjad |
Official URL | https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad |
Description | Let you navigate smoothly while hiding the bookmark bar. |
File Size | 29.91 KB |
Installation Count | 1,277 |
Current Version | 1.10 |
Last Updated | 2023-09-14 |
Publish Date | 2023-07-28 |
Rating | 4.86/5 Total 7 Ratings |
Developer | https://maple.tw93.fun |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tw93/Maple |
Help Page URL | https://github.com/tw93/Maple/issues |
Supported Languages | 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" } } |