Object

chrome.tabs

Tabs

Related Doc: package tabs

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink
  6. def clone(): AnyRef

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

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

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

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

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  14. def finalize(): Unit

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

    Permalink
  16. final def getClass(): Class[_]

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

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

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

    Permalink
  20. def hashCode(): Int

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

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. val onActivated: EventSource[ActiveInfo]

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

    Permalink
  30. val onCreated: EventSource[Tab]

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

    Permalink
  32. val onHighlighted: EventSource[HighlightInfo]

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

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

    Permalink
  35. val onReplaced: EventSource[(Id, Id)]

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

    Permalink
  37. val onZoomChange: EventSource[ZoomChangeInfo]

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

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

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

    Permalink
  41. val requiredPermissions: Set[APIPermission]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

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

    Permalink
  49. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ChromeAPI

Inherited from AnyRef

Inherited from Any

Ungrouped