Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/molly/courtlistener-download

Chrome extension to download all files related to one docket entry on CourtListener
https://github.com/molly/courtlistener-download

chrome-extension courtlistener pacer

Last synced: about 2 months ago
JSON representation

Chrome extension to download all files related to one docket entry on CourtListener

Awesome Lists containing this project

README

        

# courtlistener-download

Browser extension to download all files related to one docket entry on CourtListener.

[Download for Chrome](https://chromewebstore.google.com/detail/courtlistener-multiple-pd/mfhmcnemllapebbjmgjidncbimcnhkie) • [Download for Firefox](https://addons.mozilla.org/en-US/firefox/addon/courtlistener-multi-downloader/)

---

On CourtListener docket pages, where there are multiple PDF documents attached to one entry and available on CourtListener, the extension adds a button to download all PDFs attached to that entry. They will be downloaded as a .zip file, and renamed to match the human-readable filenames instead of CourtListener's style.

![Screenshot of CourtListener docket entry with multiple attachments, with an arrow pointing to a "Download all PDFs" button](./courtlistener-download.png)

If you have the [RECAP extension](https://free.law/recap) installed (and you should!!), this extension will also work on PACER:

![Screenshot of PACER docket entry with multiple attachments, with an arrow pointing to a "Download all PDFs from CourtListener" button](./pacer-download.png)

## Install from source

1. Download this repo as a .zip file from GitHub.
2. Unzip the file.
3. Go to the extensions page at `chrome://extensions`.
4. Enable Developer Mode using the toggle button at the top right.
5. Drag the `courtlistener-download` folder anywhere on the page to import it. (Do not delete the folder afterwards).

[Chrome tutorial on running unpacked extensions](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked)