storage
Manage browser localStorage and sessionStorage. Perform get, set, remove, or clear operations on browser storage.
Instructions
Read/write localStorage (or sessionStorage). op: get|set|remove|clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| key | No | ||
| tabId | No | Target tab id (defaults to the active tab) | |
| value | No | ||
| session | No |