Articles tagged: tabs
Found 48 documents
- Learn/CSS/Styling_text/Styling_links We hope this article has provided you with all you'll need to know about links — for now! The ...
- Mozilla/Add-ons/WebExtensions/API/tabs Interact with the browser's tab system.
- Mozilla/Add-ons/WebExtensions/API/tabs/captureVisibleTab Creates a data URI encoding an image of the visible area of the currently active tab in the ...
- Mozilla/Add-ons/WebExtensions/API/tabs/connect Call this function to set up a connection between the add-on's background scripts (or other ...
- Mozilla/Add-ons/WebExtensions/API/tabs/create Creates a new tab.
- Mozilla/Add-ons/WebExtensions/API/tabs/detectLanguage Detects the primary language of the content in a tab, using the Compact Language Detector (CLD).
- Mozilla/Add-ons/WebExtensions/API/tabs/duplicate Duplicates a tab, given its ID.
- Mozilla/Add-ons/WebExtensions/API/tabs/executeScript Injects JavaScript code into a page.
- Mozilla/Add-ons/WebExtensions/API/tabs/get Given a tab ID, get the tab's details as a tabs.Tab object.
- Mozilla/Add-ons/WebExtensions/API/tabs/getAllInWindow Gets details about all tabs in the specified window.
- Mozilla/Add-ons/WebExtensions/API/tabs/getCurrent Get a tabs.Tab containing information about the tab that this script is running in.
- Mozilla/Add-ons/WebExtensions/API/tabs/getSelected Gets the tab that is selected in the specified window.
- Mozilla/Add-ons/WebExtensions/API/tabs/getZoom Gets the current zoom factor for the specified tab.
- Mozilla/Add-ons/WebExtensions/API/tabs/getZoomSettings Gets the current zoom settings for a specified tab.
- Mozilla/Add-ons/WebExtensions/API/tabs/highlight This API is also available as browser.tabs.highlight() in a version that returns a promise.
- Mozilla/Add-ons/WebExtensions/API/tabs/insertCSS Injects CSS into a page.
- Mozilla/Add-ons/WebExtensions/API/tabs/move Moves one or more tabs to a new position in the same window or to a different window.
- Mozilla/Add-ons/WebExtensions/API/tabs/MutedInfo This object contains a boolean indicating whether the tab is muted, and the reason for the last ...
- Mozilla/Add-ons/WebExtensions/API/tabs/MutedInfoReason Specifies the reason a tab was muted or unmuted.
- Mozilla/Add-ons/WebExtensions/API/tabs/onActivated Fires when the active tab in a window changes. Note that the tab's URL may not be set at the ...
- Mozilla/Add-ons/WebExtensions/API/tabs/onActiveChanged Fires when the selected tab in a window changes. Note that the tab's URL may not be set at the ...
- Mozilla/Add-ons/WebExtensions/API/tabs/onAttached Fired when a tab is attached to a window, for example because it was moved between windows.
- Mozilla/Add-ons/WebExtensions/API/tabs/onCreated Fired when a tab is created.
- Mozilla/Add-ons/WebExtensions/API/tabs/onDetached Fired when a tab is detached from a window, for example because it is being moved between windows.
- Mozilla/Add-ons/WebExtensions/API/tabs/onHighlightChanged Fired when the highlighted or selected tabs in a window changes.
- Mozilla/Add-ons/WebExtensions/API/tabs/onHighlighted Fired when the set of highlighted tabs in a window changes.
- Mozilla/Add-ons/WebExtensions/API/tabs/onMoved Fired when a tab is moved within a window.
- Mozilla/Add-ons/WebExtensions/API/tabs/onRemoved Fired when a tab is closed.
- Mozilla/Add-ons/WebExtensions/API/tabs/onReplaced Fired when a tab is replaced with another tab due to prerendering or instant.
- Mozilla/Add-ons/WebExtensions/API/tabs/onSelectionChanged Fires when the selected tab in a window changes.
- Mozilla/Add-ons/WebExtensions/API/tabs/onUpdated Fired when a tab is updated.
- Mozilla/Add-ons/WebExtensions/API/tabs/onZoomChange Fired when a tab is zoomed.
- Mozilla/Add-ons/WebExtensions/API/tabs/query Gets all tabs that have the specified properties, or all tabs if no properties are specified.
- Mozilla/Add-ons/WebExtensions/API/tabs/reload Reload a tab, optionally bypassing the local web cache.
- Mozilla/Add-ons/WebExtensions/API/tabs/remove Closes one or more tabs.
- Mozilla/Add-ons/WebExtensions/API/tabs/removeCSS Removes from a page CSS which was previously injected by a call to tabs.insertCSS().
- Mozilla/Add-ons/WebExtensions/API/tabs/sendMessage Sends a single message from the add-on's background scripts (or other privileged scripts, such ...
- Mozilla/Add-ons/WebExtensions/API/tabs/sendRequest Sends a single request to the content script(s) in the specified tab, with an optional callback ...
- Mozilla/Add-ons/WebExtensions/API/tabs/setZoom Zooms the specified tab.
- Mozilla/Add-ons/WebExtensions/API/tabs/setZoomSettings Sets zoom settings for the specified tab. These settings are reset to the default settings upon ...
- Mozilla/Add-ons/WebExtensions/API/tabs/Tab The type tabs.Tab contains information about a tab. This provides access to information about ...
- Mozilla/Add-ons/WebExtensions/API/tabs/TabStatus Indicates whether the tab has finished loading.
- Mozilla/Add-ons/WebExtensions/API/tabs/TAB_ID_NONE A special ID value given to tabs that are not browser tabs (for example, tabs in devtools windows).
- Mozilla/Add-ons/WebExtensions/API/tabs/update Navigate the tab to a new URL, or modify other properties of the tab.
- Mozilla/Add-ons/WebExtensions/API/tabs/WindowType The type of window that hosts this tab.
- Mozilla/Add-ons/WebExtensions/API/tabs/ZoomSettings Defines zoom settings for a tab: mode, scope, and default zoom factor.
- Mozilla/Add-ons/WebExtensions/API/tabs/ZoomSettingsMode Defines how zoom changes are handled. Add-ons can pass this value into tabs.setZoomSettings() to ...
- Mozilla/Add-ons/WebExtensions/API/tabs/ZoomSettingsScope Defines whether zoom changes will persist for the page's origin, or only take effect in this ...