Overview of Built-in AI Extension features
mainThe Built-in AI Extension provides polyfills for emerging built-in AI APIs such as LanguageModel, Summarizer, and Writer.
Key Technical Features:
- Early Injection: Polyfills are injected at
document_startwithin theMAINworld, ensuring they are available before other scripts run. - Force Injection: You can configure the extension to overwrite native APIs even if they are already present in the browser.
- Configurable Backends: Supports local (Transformers.js) and cloud-based (Gemini, OpenAI, Firebase) processing.