MarkDownload - Markdown Web Clipper
This extension works like a web clipper, but it downloads articles in markdown format.
MarkDownload - Markdown Web Clipper란 무엇입니까?
MarkDownload - Markdown Web Clipper은(는) death.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension works like a web clipper, but it downloads articles in markdown format."입니다.
확장 프로그램 스크린샷
MarkDownload - Markdown Web Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an extension to clip websites and download them into a readable markdown file. Please keep in mind that it is not guaranteed to work on all websites. To use this add-on, simply click the add-on icon while you are browsing the page you want to save offline. A popup will show the rendered markdown so you can make minor edits or copy the text, or you can click the download button to download an .md file. Selecting text will allow you to download just the selected text Context Menus You can also right-click on pages, images, links and selections to copy or download snippets of Markdown. You can also download all tabs in a window as Markdown files Obsidian Integration For integration with obsidian, you need to install and enable community plugins named "Advanced Obsidian URI". This plugin help us to bypass character limitation in URL. Because it's using clipboard as the source for creating new file. More information: https://vinzent03.github.io/obsidian-advanced-uri/ External Libraries It uses the following libraries: - Readability.js by Mozilla in version from commit 1fde3ac626bc4c2e5e54daa57c57d48b7ed9c574. 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 by Dom Christie in version 7.1.1 is used to convert the simplified HTML (from Readability.js) into markdown. (Licensed under MIT License) - Moment.js version 2.29.4 used to format dates in template variables Permissions - Data on all sites: used to enable "Download All Tabs" functionality - no other data is captured or sent online - Access tabs: used to access the website content when the icon in the browser bar is clicked. - Manage Downloads: necessary to be able to download the markdown file. - Storage: used to save extension options - Clipboard: used to copy Markdown to clipboard Pricing Huh? This is an open-source extension I made for fun. It's completely free. However, if you absolutely have to send me money because you like it that much, feel free to throw some coins in my hat via the following: - https://github.com/sponsors/deathau - https://paypal.me/deathau The Common Mark icon courtesy of https://github.com/dcurtis/markdown-mark
확장 프로그램 기본 정보
이름 | MarkDownload - Markdown Web Clipper |
ID | pcmpcfapbekmbjjkdalcgopdkipoggdi |
공식 URL | https://chromewebstore.google.com/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdi |
설명 | This extension works like a web clipper, but it downloads articles in markdown format. |
파일 크기 | 400 KB |
설치 횟수 | 70,000 |
현재 버전 | 3.3.0 |
최근 업데이트 | 2023-12-05 |
출시 날짜 | 2020-05-24 |
평점 | 4.72/5 총 108 개의 평점 |
개발자 | death.au |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/deathau/markdown-clipper |
도움말 페이지 URL | https://github.com/deathau/markdown-clipper/issues |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MarkDownload - Markdown Web Clipper", "version": "3.3.0", "author": "Gordon Pedsersen", "description": "This extension works like a web clipper, but it downloads articles in markdown format.", "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "48": "icons\/favicon-48x48.png", "128": "icons\/appicon-128x128.png", "192": "icons\/favicon-192x192.png", "512": "icons\/favicon-512x512.png" }, "permissions": [ " |