View on GitHub

tab-info-extension

Home > tab-info > TabInfo

TabInfo interface

Information about content rendered within a browser tab

This is provided to the extension’s popup UI, for presentation to the user

Signature:

export interface TabInfo 

Properties

Property Type Description
buttonColor? string (Optional) Button color
pageDescription? string (Optional) The innerText of the <meta type="description"> element
pageTitle string The innerText of the <title> element
pageUrl string The URL of the page
popupDescription? string (Optional) The description to be rendered in the popup
popupTitle? string (Optional) The title to be rendered in the popup