Ask Your Question
1

Is it impossible to record information in chrome.storage while using an extension?

asked 2023-05-07 14:32:24 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-07 14:45:02 +0000

david gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-07 14:32:24 +0000

Seen: 11 times

Last updated: May 07 '23