Articles tagged: API
Found 5012 documents
- Mozilla/Add-ons/WebExtensions/API/extensionTypes/ImageDetails Details about the format and quality of an image.
- Mozilla/Add-ons/WebExtensions/API/extensionTypes/ImageFormat The format of an image.
- Mozilla/Add-ons/WebExtensions/API/extensionTypes/InjectDetails This type is given as a parameter to the tabs.executeScript(), tabs.insertCSS(), and ...
- Mozilla/Add-ons/WebExtensions/API/extensionTypes/RunAt The soonest that the JavaScript or CSS will be injected into the tab.
- Mozilla/Add-ons/WebExtensions/API/find Finds text in a web page, and highlights matches.
- Mozilla/Add-ons/WebExtensions/API/find/find Searches for text in a tab.
- Mozilla/Add-ons/WebExtensions/API/find/highlightResults Highlights the results of a previous call to find.find().
- Mozilla/Add-ons/WebExtensions/API/find/removeHighlighting Remove any highlighting of a previous search that was applied by a previous call to ...
- Mozilla/Add-ons/WebExtensions/API/history Use the history API to interact with the browser history.
- Mozilla/Add-ons/WebExtensions/API/history/addUrl Adds a record to the browser's history of a visit to the given URL. The visit's time is recorded ...
- Mozilla/Add-ons/WebExtensions/API/history/deleteAll Deletes all visits from the browser's history.
- Mozilla/Add-ons/WebExtensions/API/history/deleteRange Removes all visits to pages that the user made during the given time range. If this removes all ...
- Mozilla/Add-ons/WebExtensions/API/history/deleteUrl Removes all visits to the given URL from the browser history.
- Mozilla/Add-ons/WebExtensions/API/history/getVisits Retrieves information about all visits to the given URL.
- Mozilla/Add-ons/WebExtensions/API/history/HistoryItem A HistoryItem object provides information about a page in the browser history.
- Mozilla/Add-ons/WebExtensions/API/history/onTitleChanged Events have three functions:
- Mozilla/Add-ons/WebExtensions/API/history/onVisited Fired each time the user visits a page. A history.HistoryItem object is passed to the listener. ...
- Mozilla/Add-ons/WebExtensions/API/history/onVisitRemoved Fired when a page is removed completely from the browser history.
- Mozilla/Add-ons/WebExtensions/API/history/search Searches the browser's history for history.HistoryItem objects matching the given criteria.
- Mozilla/Add-ons/WebExtensions/API/history/TransitionType This describes how the browser navigated to a particular page. For example, "link" means that ...
- Mozilla/Add-ons/WebExtensions/API/history/VisitItem An object describing a single visit to a page.
- Mozilla/Add-ons/WebExtensions/API/i18n Functions to internationalize your extension. You can use these APIs to get localized strings ...
- Mozilla/Add-ons/WebExtensions/API/i18n/detectLanguage Detects the language of the provided text using the Compact Language Detector (CLD).
- Mozilla/Add-ons/WebExtensions/API/i18n/getAcceptLanguages Gets the accept-languages of the browser. This is different from the locale used by the browser. ...
- Mozilla/Add-ons/WebExtensions/API/i18n/getMessage Gets the localized string for the specified message.
- Mozilla/Add-ons/WebExtensions/API/i18n/getUILanguage Gets the UI language of the browser. This is different from i18n.getAcceptLanguages which ...
- Mozilla/Add-ons/WebExtensions/API/i18n/LanguageCode A language tag such as "en-US" or " fr ".
- Mozilla/Add-ons/WebExtensions/API/identity Use the identity API to get an OAuth2 authorization code or access token, which an extension can ...
- Mozilla/Add-ons/WebExtensions/API/identity/getRedirectURL Generates a URL that you can use as a redirect URL.
- Mozilla/Add-ons/WebExtensions/API/identity/launchWebAuthFlow Performs the first part of an OAuth2 flow, including user authentication and client authorization.
- Mozilla/Add-ons/WebExtensions/API/idle Find out when the user's system is idle, locked, or active.
- Mozilla/Add-ons/WebExtensions/API/idle/IdleState String describing the device's idle state.
- Mozilla/Add-ons/WebExtensions/API/idle/onStateChanged Fired when the system changes to an active, idle or locked state. The event listener is passed a ...
- Mozilla/Add-ons/WebExtensions/API/idle/queryState Returns "locked" if the system is locked, "idle" if the user has not generated any input for a ...
- Mozilla/Add-ons/WebExtensions/API/idle/setDetectionInterval Sets the interval, in seconds, used to determine when the system is in an idle state for ...
- Mozilla/Add-ons/WebExtensions/API/management Get information about installed add-ons.
- Mozilla/Add-ons/WebExtensions/API/management/ExtensionInfo An ExtensionInfo object contains information about an add-on.
- Mozilla/Add-ons/WebExtensions/API/management/get Retrieves an ExtensionInfo object containing information about the specified add-on.
- Mozilla/Add-ons/WebExtensions/API/management/getAll Retrieves an array of ExtensionInfo objects, one for each installed add-on.
- Mozilla/Add-ons/WebExtensions/API/management/getPermissionWarningsById Given the ID of an add-on, this function returns the permission warnings for it as an array of ...
- Mozilla/Add-ons/WebExtensions/API/management/getPermissionWarningsByManifest Given the text of a manifest.json file, this function returns the permission warnings that would ...
- Mozilla/Add-ons/WebExtensions/API/management/getSelf Retrieves an ExtensionInfo object containing information about the calling add-on.
- Mozilla/Add-ons/WebExtensions/API/management/onDisabled Fired when an add-on is disabled.
- Mozilla/Add-ons/WebExtensions/API/management/onEnabled Fired when an add-on is enabled.
- Mozilla/Add-ons/WebExtensions/API/management/onInstalled Fired when an add-on is installed.
- Mozilla/Add-ons/WebExtensions/API/management/onUninstalled Fired when an add-on is uninstalled.
- Mozilla/Add-ons/WebExtensions/API/management/setEnabled Enables or disables the given add-on.
- Mozilla/Add-ons/WebExtensions/API/management/uninstall Uninstalls an add-on, given its ID.
- Mozilla/Add-ons/WebExtensions/API/management/uninstallSelf Uninstalls the calling add-on.
- Mozilla/Add-ons/WebExtensions/API/menus Add items to the browser's menu system.
- Mozilla/Add-ons/WebExtensions/API/menus/ACTION_MENU_TOP_LEVEL_LIMIT The maximum number of top level extension items that can be added to a menu item whose ...
- Mozilla/Add-ons/WebExtensions/API/menus/ContextType The different contexts a menu item can appear in.
- Mozilla/Add-ons/WebExtensions/API/menus/create Creates a new menu item, given an options object defining properties for the item.
- Mozilla/Add-ons/WebExtensions/API/menus/ItemType The type of menu item.
- Mozilla/Add-ons/WebExtensions/API/menus/OnClickData Information passed to the menus.onClicked event listener when a menu item is clicked.
- Mozilla/Add-ons/WebExtensions/API/menus/onClicked Fired when a menu item is clicked.
- Mozilla/Add-ons/WebExtensions/API/menus/remove Removes a menu item.
- Mozilla/Add-ons/WebExtensions/API/menus/removeAll Removes all menu items added by the extension.
- Mozilla/Add-ons/WebExtensions/API/menus/update Updates a previously created menu item.
- Mozilla/Add-ons/WebExtensions/API/notifications/clear Clears a notification, given its ID.
- Mozilla/Add-ons/WebExtensions/API/notifications/create Creates and displays a notification.
- Mozilla/Add-ons/WebExtensions/API/notifications/getAll Gets all currently active notifications created by the extension.
- Mozilla/Add-ons/WebExtensions/API/notifications/NotificationOptions This type contains all the data needed to:
- Mozilla/Add-ons/WebExtensions/API/notifications/onButtonClicked Fired when the user clicks one of the notification's buttons.
- Mozilla/Add-ons/WebExtensions/API/notifications/onClicked Fired when the user clicks a notification, but not on any of the notification's buttons (for ...
- Mozilla/Add-ons/WebExtensions/API/notifications/onClosed Fired when a notification is closed, either by the system or by the user.
- Mozilla/Add-ons/WebExtensions/API/notifications/onShown Fired immediately after a notification has been shown.
- Mozilla/Add-ons/WebExtensions/API/notifications/TemplateType This is a string, and represents the type of notification to create. There are four types of ...
- Mozilla/Add-ons/WebExtensions/API/notifications/update Updates a notification, given its ID.
- Mozilla/Add-ons/WebExtensions/API/omnibox Enables extensions to implement customised behavior when the user types into the browser's ...
- Mozilla/Add-ons/WebExtensions/API/omnibox/onInputCancelled Fired when the user has cancelled their interaction with your extension (for example, by ...
- Mozilla/Add-ons/WebExtensions/API/omnibox/onInputChanged Fired whenever the user changes their input, after they have started interacting with your ...
- Mozilla/Add-ons/WebExtensions/API/omnibox/onInputEntered Fired when the user has selected one of the suggestions your extension has added to the address ...
- Mozilla/Add-ons/WebExtensions/API/omnibox/OnInputEnteredDisposition The omnibox.OnInputEnteredDisposition type describes how the extension should handle a user ...
- Mozilla/Add-ons/WebExtensions/API/omnibox/onInputStarted Fired when the user starts interacting with your extension by entering its keyword in the ...
- Mozilla/Add-ons/WebExtensions/API/omnibox/setDefaultSuggestion Set the default suggestion to appear in the address bar drop-down list when the user starts ...
- Mozilla/Add-ons/WebExtensions/API/omnibox/SuggestResult The omnibox.SuggestResult type defines a single suggestion that the extension can add to the ...
- Mozilla/Add-ons/WebExtensions/API/pageAction A page action is a clickable icon inside the browser's address bar.
- Mozilla/Add-ons/WebExtensions/API/pageAction/getPopup Gets the URL for the HTML document set as the popup for this page action.
- Mozilla/Add-ons/WebExtensions/API/pageAction/getTitle Gets the title of the page action.
- Mozilla/Add-ons/WebExtensions/API/pageAction/hide Hides the page action for a given tab.
- Mozilla/Add-ons/WebExtensions/API/pageAction/ImageDataType Pixel data for an image.
- Mozilla/Add-ons/WebExtensions/API/pageAction/onClicked Fired when a page action icon is clicked. This event will not fire if the page action has a popup.
- Mozilla/Add-ons/WebExtensions/API/pageAction/openPopup None.
- Mozilla/Add-ons/WebExtensions/API/pageAction/setIcon Sets the icon for the page action.
- Mozilla/Add-ons/WebExtensions/API/pageAction/setPopup Sets the HTML document to be opened as a popup when the user clicks on the page action's icon.
- Mozilla/Add-ons/WebExtensions/API/pageAction/setTitle Sets the title of the page action. The title is displayed in a tooltip when the user hovers over ...
- Mozilla/Add-ons/WebExtensions/API/pageAction/show Shows the page action for a given tab. The page action is shown whenever the given tab is the ...
- Mozilla/Add-ons/WebExtensions/API/permissions Extensions need permissions to access many of the more powerful WebExtension APIs. They can ask ...
- Mozilla/Add-ons/WebExtensions/API/permissions/contains Check whether the extension has the permissions listed in the given permissions.Permissions object.
- Mozilla/Add-ons/WebExtensions/API/permissions/getAll Retrieve a permissions.Permissions object containing all the permissions currently granted to ...
- Mozilla/Add-ons/WebExtensions/API/permissions/onAdded Fired when the extension granted new permissions.
- Mozilla/Add-ons/WebExtensions/API/permissions/onRemoved Fired when some permissions are removed from the extension.
- Mozilla/Add-ons/WebExtensions/API/permissions/Permissions A Permissions object represents a collection of permissions.
- Mozilla/Add-ons/WebExtensions/API/permissions/remove Ask to give up the permissions listed in the given permissions.Permissions object.
- Mozilla/Add-ons/WebExtensions/API/permissions/request Ask for the set of permissions listed in the given permissions.Permissions object.
- Mozilla/Add-ons/WebExtensions/API/pkcs11 The pkcs11 API enables an extension to enumerate PKCS #11 security modules, and to make them ...
- Mozilla/Add-ons/WebExtensions/API/pkcs11/getModuleSlots Enumerate a module's slots. This function returns an array containing one entry for each slot. ...
- Mozilla/Add-ons/WebExtensions/API/pkcs11/installModule Installs the named PKCS #11 module, making it available to Firefox.
- Mozilla/Add-ons/WebExtensions/API/pkcs11/isModuleInstalled Checks whether the named PKCS #11 module is currently installed in Firefox.