This is the WebExtensions version of the add-on that had been published as "MyBookmarks" so far.
URL scheme for bookmarkshome page:
ext+bkmh:home -> homepage
ext+bkmh:config -> Setting page
About Context menu:
- Modify this bookmark property
You can change the title and URL of the target bookmark. - Remove this bookmark
Remove the target bookmark. - Reset folder layout
Resets the folder layout changed by Drag&Drop to automatic placement. - Save as HTML
Save the page of BookmarksHome as an HTML file.
(Save is execution by download function) </dl>
Example of customizing search bar style:
(append this in the preferences-Stylesheet)
----------------------------
#top_bar, #search-bar {
width: auto !important;
background: #eea !important;
}
#top_bar:hover {
background: #aee !important;
}
#search-box {
border: solid 1px #ccc;
border-radius: 8px;
padding: 2px 6px;
}
----------------------------
- License: Mozilla Public License 2.0
- Weekly downloads: 17
- Average daily users: 1344
- Rating: 4.6145/5 of 83 ratings
- Created: 2017-11-17 10:53:34
- Last updated: 2019-09-19 11:35:10
- Homepage:
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/bookmarkshome/
- API: bookmarkshome@catsyawn.net