Development13 min
Chrome Tabs API: Complete Reference Guide
Deep dive into chrome.tabs API — query, create, update, remove, move, group, and event listeners with real TypeScript examples and edge case solutions.
Tag archive
Every post tagged api, collected into one searchable archive page.
Deep dive into chrome.tabs API — query, create, update, remove, move, group, and event listeners with real TypeScript examples and edge case solutions.
Complete guide to message passing in Chrome extensions. Covers one-time messages, long-lived connections, external messaging, and type-safe communication patterns.
Everything about Chrome Storage API: local, sync, session, and managed storage. Covers quota limits, migration patterns, type safety, and real-world usage patterns.