Index

Functions

frecency

  • frecency(item: browser.history.HistoryItem): number

getBookmarks

  • getBookmarks(query: string): Promise<{ children?: BookmarkTreeNode[]; dateAdded?: number; dateGroupModified?: number; id: string; index?: number; parentId?: string; title: string; type?: BookmarkTreeNodeType; unmodifiable?: BookmarkTreeNodeUnmodifiable; url?: string }[]>
  • Parameters

    • query: string

    Returns Promise<{ children?: BookmarkTreeNode[]; dateAdded?: number; dateGroupModified?: number; id: string; index?: number; parentId?: string; title: string; type?: BookmarkTreeNodeType; unmodifiable?: BookmarkTreeNodeUnmodifiable; url?: string }[]>

getCombinedHistoryBmarks

  • getCombinedHistoryBmarks(query: string): Promise<Array<{ title: string; url: string }>>

getHistory

  • getHistory(query: string): Promise<browser.history.HistoryItem[]>

getTopSites

  • getTopSites(): Promise<{ title: string; url: string }[]>

newtaburl

  • newtaburl(): string