The extension currently doesn't distinguish between bookmarks.onCreated as a standalone event, and bookmarks.onCreated as a result of the user importing bookmarks from a previous backup or export. Since the WebExtensions API allows for this distinction, we should take advantage of it and avoid handling the event until the import is over.
The extension currently doesn't distinguish between
bookmarks.onCreated
as a standalone event, andbookmarks.onCreated
as a result of the user importing bookmarks from a previous backup or export. Since the WebExtensions API allows for this distinction, we should take advantage of it and avoid handling the event until the import is over.