Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.86 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.86 KB

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

This project is tested with BrowserStack.

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