Articles tagged: Bookmarks
Found 26 documents
- Archive/Add-ons/bookmarks.export Exports bookmarks to an HTML bookmark file.
- Archive/Add-ons/bookmarks.import Imports bookmarks from an HTML bookmark file.
- Mozilla/Add-ons/SDK/Tutorials/Using_XPCOM_without_chrome With the low-level module sdk/platform/xpcom, it's possible to exclude chrome and XPCOMUtils in ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks The WebExtensions bookmarks API lets an add-on interact with and manipulate the browser's ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNode An object of type bookmarks.BookmarkTreeNode represents a node in the bookmark tree, where each ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNodeUnmodifiable The bookmarks.BookmarkTreeNodeUnmodifiable type is used to indicate the reason that a node in ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/create Creates a bookmark or folder as a child of the BookmarkTreeNode with the specified parentId. To ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/CreateDetails The CreateDetails type is used to describe the properties of a new bookmark or bookmark folder ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/get Given the ID of a bookmarks.BookmarkTreeNode or an array of such IDs, the bookmarks.get() method ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getChildren bookmarks.getChildren() retrieves all the immediate children of a given bookmark folder, ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getRecent The bookmarks.getRecent() method retrieves a specified number of the most recently added ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getSubTree The bookmarks.getSubTree() method asynchronously retrieves a bookmarks.BookmarkTreeNode, given ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getTree bookmarks.getTree() returns an array containing the root of the bookmarks tree as a ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/move The bookmarks.move() method moves the specified BookmarkTreeNode to the specified destination ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onChanged Fired when there is a change to:
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onChildrenReordered Fired when the children of a folder have changed their order due to the order being sorted in ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onCreated Fired when a bookmark or folder is created.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onImportBegan Fired when the browser has started importing a set of bookmarks.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onImportEnded Fired when the browser has finished importing a set of bookmarks.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onMoved Fired when a bookmark or folder is moved to a different parent folder and/or position within a ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onRemoved Fired when a bookmark or folder is removed. When a folder is removed recursively, a single ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/remove The bookmarks.remove() method removes a single bookmark or an empty bookmark folder.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/removeTree The bookmarks.removeTree() method recursively removes a bookmark folder and all of its contents.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/search The bookmarks.search() function searches for bookmarks matching the given query. Matching ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/update bookmarks.update() updates the title and/or URL of a bookmark, or the name of a bookmark folder.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIPlacesImportExportService In the past, this interface also offered methods for importing Places data, but those methods ...