https://github.com/ariesdevil/markdown-clipper
A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file.
https://github.com/ariesdevil/markdown-clipper
Last synced: 12 months ago
JSON representation
A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file.
- Host: GitHub
- URL: https://github.com/ariesdevil/markdown-clipper
- Owner: ariesdevil
- License: apache-2.0
- Created: 2019-07-04T15:33:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T14:16:43.000Z (over 7 years ago)
- Last Synced: 2025-03-03T14:47:43.114Z (over 1 year ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 26
- Watchers: 1
- Forks: 279
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markdown-clipper
This is a Firefox and Google Chrome extension to clip websites and download them into a readable markdown file.
It uses the following two libraries:
- [Readability.js](https://github.com/mozilla/readability) by Mozilla in version from commit [977be42d1fb33781401001318813ab9fe4568647](https://github.com/mozilla/readability/commit/977be42d1fb33781401001318813ab9fe4568647#diff-06d8d22df421dacde90a2268083424ab). This library is also used for the Firefox Reader View and it simplifies the page so that only the important parts are clipped. (Licensed under Apache License Version 2.0)
- [Turndown](https://github.com/domchristie/turndown) by Dom Christie in version 5.0.1 is used to convert the simplified HTML (from Readability.js) into markdown. (Licensed under MIT License)
# Installation
The plugin is available for [Firefox](https://addons.mozilla.org/de/firefox/addon/markdown-clipper/) and [Google Chrome](https://chrome.google.com/webstore/detail/markdown-clipper/cjedbglnccaioiolemnfhjncicchinao).
# Permissions
- Access tabs: used to access the website content when the icon in the browser bar is clicked.
- Manage Downloads: neccessary to be able to download the markdown file.
---
The icon was created using [Favicon.io ](https://favicon.io)