storage
Manage browser localStorage and sessionStorage by getting, setting, removing, or clearing values for the active or specified tab.
Instructions
Read/write localStorage (or sessionStorage). op: get|set|remove|clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| key | No | ||
| tabId | No | Tab id (default: active tab) | |
| value | No | ||
| session | No |