Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inspect extension's chrome.storage in devtools

Chrome DevTools has a handy inspector for Local Storage and Session Storage, but is there nothing to inspect chrome.storage.sync?

enter image description here

chrome://sync-internals/ doesn't seem to display the actual contents of the synchronized storage per extension.

like image 908
Dan Dascalescu Avatar asked Sep 07 '15 09:09

Dan Dascalescu


2 Answers

Storage Area Explorer extension provides a UI for viewing, editing, clearing, importing and exporting of chrome.storage.local, chrome.storage.sync, localStorage and sessionStorage:

screenshot

like image 139
wOxxOm Avatar answered Oct 16 '22 07:10

wOxxOm


  1. Visit chrome://sync-internals/
  2. Click Sync Node Browser tab and wait for it to load (may give a blank screen or in progress cursor)
  3. Click expansion triangle in the sidebar for Extension settings
  4. Click on individual settings in the sidebar to see their values and other metadata

screenshot of Sync Internals page

like image 29
Nick McCurdy Avatar answered Oct 16 '22 05:10

Nick McCurdy