Skip to content

francescotescari/opfs-explorer

 
 

Repository files navigation

OPFS Explorer icon.

OPFS Explorer

OPFS Explorer is a Chrome DevTools extension that allows you to explore the Origin Private File System (OPFS) of a web application.

OPFS Explorer extension showing the file hierarchy of a sample application.

Installation

Install the extension from the Chrome Web Store (end users) or clone the repo and load the unpacked extension locally (developers).

Usage

Open Chrome DevTools and click on the OPFS Explorer tab. The extension will automatically analyze the OPFS of the current web application and display the file hierarchy. You can then click on any file to download its contents or delete the file (which may fail if the file is locked). Note that deleting files may cause the application to break.

Trying the extension

You can test the extension on the demo page.

License

Apache 2.0

Acknowledgements

Extension icon courtesy of the WHATWG, used under a Creative Commons Attribution 4.0 International License.

About

OPFS Explorer is a Chrome DevTools extension that allows you to explore the Origin Private File System (OPFS) of a web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • HTML 22.0%