Articles tagged: pageAction
Found 10 documents
- 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/setIcon Sets the icon for the page action. The icon can be specified as any of:
- 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. This is displayed in a tooltip over the page action.
- 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 ...