chrome.tabs

Tabs

object Tabs extends ChromeAPI

Linear Supertypes
ChromeAPI, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tabs
  2. ChromeAPI
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def captureVisibleTab(windowId: UndefOr[Id] = js.undefined, options: UndefOr[CaptureOptions] = js.undefined): Future[String]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def connect(tabId: Id, connectInfo: UndefOr[ConnectInfo] = js.undefined): Port

  10. def create(createProperties: TabCreateProperties): Future[Tab]

  11. def detectLanguage(tabId: UndefOr[Id] = js.undefined): Future[String]

  12. def duplicate(tabId: Id): Future[UndefOr[Tab]]

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def executeScript(tabId: UndefOr[Id] = js.undefined, details: CodeInjectionOptions): Future[UndefOr[Array[Any]]]

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def get(tabId: Id): Future[Tab]

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getCurrent: Future[Tab]

  20. def getZoom(tabId: UndefOr[Id] = js.undefined): Future[Double]

  21. def getZoomSettings(tabId: UndefOr[Id] = js.undefined): Future[ZoomSettings]

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def highlight(highlightInfo: HighlightInfo): Future[Window]

  24. def insertCSS(tabId: UndefOr[Id] = js.undefined, details: CodeInjectionOptions): Future[Unit]

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def move(tabIds: Array[Id], moveProperties: MoveProperties): Future[Array[Tab]]

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. val onActivated: EventSource[ActiveInfo]

  31. val onAttached: EventSource[(Id, AttachInfo)]

  32. val onCreated: EventSource[Tab]

  33. val onDetached: EventSource[(Id, DetachInfo)]

  34. val onHighlighted: EventSource[HighlightInfo]

  35. val onMoved: EventSource[(Id, MoveInfo)]

  36. val onRemoved: EventSource[(Id, RemoveInfo)]

  37. val onReplaced: EventSource[(Id, Id)]

  38. val onUpdated: EventSource[(Id, ChangeInfo, Tab)]

  39. val onZoomChange: EventSource[ZoomChangeInfo]

  40. def query(queryInfo: TabQuery): Future[Array[Tab]]

  41. def reload(tabId: UndefOr[Id] = js.undefined, reloadProperties: ReloadProperties): Future[Unit]

  42. def remove(tabIds: Array[Id]): Future[Unit]

  43. val requiredPermissions: Set[API]

    Definition Classes
    TabsChromeAPI
  44. def sendMessage(tabId: Id, message: Any, options: UndefOr[MessageOptions] = js.undefined): Future[Any]

  45. def sendRequest(tabId: Id, request: Any): Future[Any]

  46. def setZoom(tabId: UndefOr[Id] = js.undefined, zoomFactor: Double): Future[Unit]

  47. def setZoomSettings(tabId: UndefOr[Id] = js.undefined, zoomSettings: ZoomSettings): Future[Unit]

  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. def update(tabId: UndefOr[Id] = js.undefined, updateProperties: UpdateProperties): Future[UndefOr[Tab]]

  51. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ChromeAPI

Inherited from AnyRef

Inherited from Any

Ungrouped