Movatterモバイル変換


[0]ホーム

URL:


  1. Mozilla
  2. Дополнения
  3. Расширения браузера
  4. JavaScript APIs
  5. windows

This page was translated from English by the community.Learn more and join the MDN Web Docs community.

View in EnglishAlways switch to English

windows

Взаимодействие с окнами браузера. Вы можете использовать этот API, чтобы получить информацию об открытых окнах, а также открывать, изменять и закрывать окна. Вы также можете обрабатывать события открытия, закрытия окна, и активировать события.

Types

windows.WindowType

Тип окна браузера.

windows.WindowState

Состояние окна браузера.

windows.Window

Информация об окне браузера.

windows.CreateType

Specifies the type of browser window to create.

Properties

windows.WINDOW_ID_NONE

ThewindowId value that represents the absence of a browser window.

windows.WINDOW_ID_CURRENT

ThewindowId value that represents the current window.

Functions

windows.get()

Gets details about a window, given its ID.

windows.getCurrent()

Gets the current window.

windows.getLastFocused()

Gets the window that was most recently focused — typically the window 'on top'.

windows.getAll()

Gets all windows.

windows.create()

Creates a new window.

windows.update()

Updates the properties of a window. Use this to move, resize, and (un)focus a window, etc.

windows.remove()

Closes a window, and all its tabs.

Events

windows.onCreated

Fired when a window is created.

windows.onRemoved

Fired when a window is closed.

windows.onFocusChanged

Fired when the currently focused window changes.

Совместимость с браузерами

Example extensions

Примечание:Этот API основан на Chromium APIchrome.windows. Эта документация основана наwindows.json из кода Chromium.

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp