Maple Bookmarks
Let you navigate smoothly while hiding the bookmark bar.
Wat is Maple Bookmarks?
Maple Bookmarks is een Chrome-extensie ontwikkeld door https://maple.tw93.fun, en de belangrijkste functie is "Let you navigate smoothly while hiding the bookmark bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Maple Bookmarks
Download Maple Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lgncmpklmepncbjpiebhdoejhmbcnjad |
| Officiële URL | https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad |
| Beschrijving | Let you navigate smoothly while hiding the bookmark bar. |
| Bestandsgrootte | 29.91 KB |
| Aantal Installaties | 1,277 |
| Huidige Versie | 1.10 |
| Laatst Bijgewerkt | 2023-09-14 |
| Publicatiedatum | 2023-07-28 |
| Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | https://maple.tw93.fun |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/tw93/Maple |
| Help Pagina-URL | https://github.com/tw93/Maple/issues |
| Ondersteunde Talen | 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"
}
} | |