Chrome Extensions
To be added
Official Documentation
Table of contents
- Manifest V3 / V2
- To view the contents of extension storage
Manifest V3 / V2
To be added
To view the contents of extension storage
Open the background in inspect view mode. Then type the following:
chrome.storage.local.get(console.log)
Table of contents