browser-extensions-playground
    Preparing search index...
    type ExtractionContext = {
        accountLabel?: string;
        capturedAt?: string;
        pageText: string;
        url: string;
    }
    Index

    Properties

    accountLabel?: string
    capturedAt?: string
    pageText: string
    url: string