Articles tagged: Extension
Found 15 documents
- Mozilla/Add-ons Add-ons allow developers to extend and modify the functionality of Firefox.
- Mozilla/Add-ons/WebExtensions/API/extension Utilities related to your add-on. Get URLs to resources packages with your add-on, get the ...
- Mozilla/Add-ons/WebExtensions/API/extension/getBackgroundPage Alias for runtime.getBackgroundPage().
- Mozilla/Add-ons/WebExtensions/API/extension/getExtensionTabs Returns an array of the JavaScript Window objects for each of the tabs running inside the ...
- Mozilla/Add-ons/WebExtensions/API/extension/getURL Converts a relative path within an add-on's install directory to a fully-qualified URL.
- Mozilla/Add-ons/WebExtensions/API/extension/getViews Returns an array of the Window objects for each of the pages running inside the current ...
- Mozilla/Add-ons/WebExtensions/API/extension/inIncognitoContext True for content scripts running inside incognito tabs, and for extension pages running inside ...
- Mozilla/Add-ons/WebExtensions/API/extension/isAllowedFileSchemeAccess This API is also available as browser.extension.isAllowedFileSchemeAccess() in a version that ...
- Mozilla/Add-ons/WebExtensions/API/extension/isAllowedIncognitoAccess Retrieves the state of the extension's access to Incognito-mode (as determined by the ...
- Mozilla/Add-ons/WebExtensions/API/extension/lastError An alias for runtime.lastError.
- Mozilla/Add-ons/WebExtensions/API/extension/onRequest Fired when a request is sent from either an extension process or a content script.
- Mozilla/Add-ons/WebExtensions/API/extension/onRequestExternal Fired when a request is sent from another extension.
- Mozilla/Add-ons/WebExtensions/API/extension/sendRequest Sends a single request to other listeners within the extension. Similar to runtime.connect, but ...
- Mozilla/Add-ons/WebExtensions/API/extension/setUpdateUrlData Sets parameters for the extension's update URL. This value is ignored for extensions that are ...
- Mozilla/Add-ons/WebExtensions/API/extension/ViewType The type of extension view.