Maple Bookmarks
Let you navigate smoothly while hiding the bookmark bar.
Vad är Maple Bookmarks?
Maple Bookmarks är en Chrome-tillägg utvecklad av https://maple.tw93.fun, och dess huvudfunktion är "Let you navigate smoothly while hiding the bookmark bar.".
Tilläggsskärmbilder
Ladda ner Maple Bookmarks-förlängningens CRX-fil
Ladda ner Maple Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Maple Bookmarks |
ID | lgncmpklmepncbjpiebhdoejhmbcnjad |
Officiell webbadress | https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad |
Beskrivning | Let you navigate smoothly while hiding the bookmark bar. |
Filstorlek | 29.91 KB |
Antal Installationer | 1,277 |
Aktuell Version | 1.10 |
Senast Uppdaterad | 2023-09-14 |
Publiceringsdatum | 2023-07-28 |
Betyg | 4.86/5 Totalt 7 Betyg |
Utvecklare | https://maple.tw93.fun |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/tw93/Maple |
Hjälpsida URL | https://github.com/tw93/Maple/issues |
Stödda Språk | 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" } } |