Maple Bookmarks
Let you navigate smoothly while hiding the bookmark bar.
Co to jest Maple Bookmarks?
Maple Bookmarks to rozszerzenie Chrome opracowane przez https://maple.tw93.fun, a jego główną funkcją jest „Let you navigate smoothly while hiding the bookmark bar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Maple Bookmarks
Pobierz pliki rozszerzeń Maple Bookmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Maple Bookmarks |
ID | lgncmpklmepncbjpiebhdoejhmbcnjad |
Oficjalny URL | https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad |
Opis | Let you navigate smoothly while hiding the bookmark bar. |
Rozmiar pliku | 29.91 KB |
Liczba instalacji | 1,277 |
Aktualna Wersja | 1.10 |
Ostatnia Aktualizacja | 2023-09-14 |
Data Publikacji | 2023-07-28 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | https://maple.tw93.fun |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/tw93/Maple |
Adres URL Strony Pomocy | https://github.com/tw93/Maple/issues |
Obsługiwane Języki | 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" } } |