Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not impossible to record information in chrome.storage while using an extension. In fact, chrome.storage is the recommended method of storing data in Chrome extensions. The chrome.storage API provides a simple interface for storing and retrieving key-value pairs, and it supports several different types of data including strings, numbers, and objects. You can use chrome.storage to store user preferences, settings, or any other data that needs to persist across browser sessions.