Privacy Policy — qmpo

Last updated: 2026-03-22

Overview

qmpo is a directory:// URI scheme handler that opens directories in your file manager. It consists of three components:

All components are open-source under the MIT License.

Data Collection

qmpo does not collect, transmit, or store any personal data. Specifically:

Data Stored Locally

qmpo (URI handler)

Chrome Extension

qmpo-lau (registration tool)

External Programs

qmpo invokes the following system programs to open directories in your file manager. No data is sent to remote services through these invocations.

PlatformPrograms invoked
Windowsexplorer.exe
macOSopen
Linuxxdg-open, dbus-send (for file selection)

The Chrome Extension triggers the directory:// protocol handler registered by qmpo-lau, which in turn launches the qmpo binary on your machine.

Network Access

qmpo makes no outbound network connections, with one exception:

Chrome Extension Permissions

Permission Why it is needed
storage Save and sync user preferences across devices.
activeTab Present in the manifest for forward compatibility. It is not used by the current version of the extension and does not cause any additional data to be collected or transmitted.
tabs The current implementation may temporarily open a background tab to trigger the directory:// protocol and then automatically close that tab. No page content from these tabs is collected or transmitted.

Changes to This Policy

If this policy is updated, the changes will be published at this URL and the "Last updated" date above will be revised. Significant changes will also be noted in the release notes.

Contact

For questions or concerns about this policy, please open an issue at github.com/tagawa0525/qmpo/issues.