Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/molly/courtlistener-download
- Owner: molly
- License: mit
- Created: 2024-03-23T18:40:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T20:26:25.000Z (10 months ago)
- Last Synced: 2024-04-18T06:04:47.792Z (9 months ago)
- Topics: chrome-extension, courtlistener, pacer
- Language: JavaScript
- Homepage:
- Size: 364 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)