https://github.com/timmoth/page-squeeze
https://github.com/timmoth/page-squeeze
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timmoth/page-squeeze
- Owner: Timmoth
- License: apache-2.0
- Created: 2026-04-19T19:51:22.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-19T20:40:26.000Z (2 months ago)
- Last Synced: 2026-04-19T22:25:59.135Z (2 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# page-squeeze
A Chrome extension that squeezes webpages into clean markdown and downloads it as a `.md` file.
## Installation
**Install from Chrome Web Store (Recommended)**
You can now install page-squeeze directly from the [Chrome Web Store](https://chromewebstore.google.com/detail/page-squeeze/abjniaameijmdllhhpbfbppfnklhjj) for free.
**Manual Installation**
1. Open Chrome and navigate to `chrome://extensions/`
2. Enable **Developer mode** (top-right toggle)
3. Click **Load unpacked**
4. Select the `extension/` folder from this project
## Usage
1. Navigate to any webpage you want to squeeze
2. Click the **page-squeeze** icon in the toolbar
3. Toggle sections you want included (title, meta, content, links)
4. Click **extract**
5. The markdown file will download with a filename based on the page's hostname and path
## Output Format
```markdown
# [Page Title]
# META
- **description**: ...
- **author**: ...
- **og:title**: ...
# CONTENT
[Clean extracted text content]
# LINKS
- [Link text](https://...)
```
