Minimal Firefox WebExtension that exports browser history to history-export.json with this schema per entry:
idtimeurltitletypeparent
manifest.jsonpopup.htmlpopup.js
- Open
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on....
- Select the
manifest.jsonfile in this folder.
- Click the extension button in the Firefox toolbar.
- Click Download History JSON in the popup.
- Choose a location to save
history-export.jsonwhen Firefox prompts.
- This uses the WebExtension
historyanddownloadspermissions. parentis inferred as the most recent previous entry with the same domain.