Skip to content

Java-Idl/browser_history_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefox History Exporter

Minimal Firefox WebExtension that exports browser history to history-export.json with this schema per entry:

  • id
  • time
  • url
  • title
  • type
  • parent

Files

  • manifest.json
  • popup.html
  • popup.js

Load in Firefox

  1. Open about:debugging#/runtime/this-firefox.
  2. Click Load Temporary Add-on....
  3. Select the manifest.json file in this folder.

Use

  1. Click the extension button in the Firefox toolbar.
  2. Click Download History JSON in the popup.
  3. Choose a location to save history-export.json when Firefox prompts.

Notes

  • This uses the WebExtension history and downloads permissions.
  • parent is inferred as the most recent previous entry with the same domain.

About

Firefox WebExtension that exports browser history

Topics

Resources

Stars

Watchers

Forks

Contributors