This Chrome extension is part of the MD-Webpage-Summary project, which works in conjunction with the MD-N8N repository to generate markdown summaries of web pages.
- Chrome browser
- MD-N8N Repository set up and running
- The webhook endpoint configuration instructions will be added later
- Make sure the n8n instance is running on port 5678
-
Clone this repository:
git clone https://github.com/yourusername/MD-Webpage-Summary.git cd MD-Webpage-Summary
-
Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked"
- Select the
extension
folder from this repository
- Open Chrome and navigate to
- Make sure your n8n instance from MD-N8N repository is running
- Click the extension icon in your Chrome toolbar
- Click the "Summarize" button to send the current webpage URL to n8n for processing
MD-Webpage-Summary/
├── extension/
│ ├── manifest.json # Extension configuration
│ ├── popup.html # Extension popup interface
│ └── popup.js # Extension functionality
├── .gitignore
└── README.md
This extension requires:
- MD-N8N Repository
- Must be running locally on port 5678
- Must have the webhook endpoint configured (configuration instructions to be added)
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
[Add your chosen license here]
- MD-N8N Repository - The n8n workflow repository that processes the webpage URLs