Maple Bookmarks
Let you navigate smoothly while hiding the bookmark bar.
Hvad er Maple Bookmarks?
Maple Bookmarks er en Chrome-udvidelse udviklet af https://maple.tw93.fun, og dens hovedfunktion er "Let you navigate smoothly while hiding the bookmark bar.".
Udvidelsesskærmbilleder
Download Maple Bookmarks-udvidelses-CRX-fil
Download Maple Bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | lgncmpklmepncbjpiebhdoejhmbcnjad |
| Officiel URL | https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad |
| Beskrivelse | Let you navigate smoothly while hiding the bookmark bar. |
| Filstørrelse | 29.91 KB |
| Antal Installationer | 1,277 |
| Nuværende Version | 1.10 |
| Senest Opdateret | 2023-09-14 |
| Udgivelsesdato | 2023-07-28 |
| Bedømmelse | 4.86/5 Samlet 7 Bedømmelser |
| Udvikler | https://maple.tw93.fun |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/tw93/Maple |
| Hjælpeside-URL | https://github.com/tw93/Maple/issues |
| Understøttede Sprog | 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"
}
} | |