Maple Bookmarks
Let you navigate smoothly while hiding the bookmark bar.
Was ist Maple Bookmarks?
Maple Bookmarks ist eine Chrome-Erweiterung, die von https://maple.tw93.fun entwickelt wurde, und ihr Hauptmerkmal ist "Let you navigate smoothly while hiding the bookmark bar.".
Erweiterungsscreenshots
Maple Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Maple Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Maple Bookmarks |
ID | lgncmpklmepncbjpiebhdoejhmbcnjad |
Offizielle URL | https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad |
Beschreibung | Let you navigate smoothly while hiding the bookmark bar. |
Dateigröße | 29.91 KB |
Installationsanzahl | 1,277 |
Aktuelle Version | 1.10 |
Letztes Update | 2023-09-14 |
Veröffentlichungsdatum | 2023-07-28 |
Bewertung | 4.86/5 Insgesamt 7 Bewertungen |
Entwickler | https://maple.tw93.fun |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tw93/Maple |
Hilfeseite URL | https://github.com/tw93/Maple/issues |
Unterstützte Sprachen | 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" } } |