Chrome Extension: How to List The Contents of Local Directory Chrome Extension: How to List The Contents of Local Directory google-chrome google-chrome

Chrome Extension: How to List The Contents of Local Directory


There's no built-in feature in stand-alone Chrome.

Alternatives to parsing the directory listing page:

  1. NPAPI extensions (C++, recommended)
  2. a local server with filesystem access. NodeJS is a good pick.