bookmarks
The WebExtensions bookmarks
API lets an extension interact with and manipulate the browser's bookmarking system. You can use it to bookmark pages, retrieve existing bookmarks, and edit, remove, and organize bookmarks.
Contents
- bookmarks.BookmarkTreeNode
- bookmarks.BookmarkTreeNodeType
- bookmarks.BookmarkTreeNodeUnmodifiable
- bookmarks.CreateDetails
- bookmarks.create()
- bookmarks.get()
- bookmarks.getChildren()
- bookmarks.getRecent()
- bookmarks.getSubTree()
- bookmarks.getTree()
- bookmarks.move()
- bookmarks.onChanged
- bookmarks.onChildrenReordered
- bookmarks.onCreated
- bookmarks.onImportBegan
- bookmarks.onImportEnded
- bookmarks.onMoved
- bookmarks.onRemoved
- bookmarks.remove()
- bookmarks.removeTree()
- bookmarks.search()
- bookmarks.update()