Mrkdown.io - Markdown Editor
Convert markdown to html and preview side by side.
Mrkdown.io - Markdown Editor란 무엇입니까?
Mrkdown.io - Markdown Editor은(는) https://mrkdown.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert markdown to html and preview side by side."입니다.
확장 프로그램 스크린샷
Mrkdown.io - Markdown Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This fast and friendly markdown editor lets you quickly convert your markdown text to HTML. See an instant conversion of your text to HTML with side-by-side preview. Copy, download, or publish your HTML and share it with friends. Try it and then leave a review to help us grow! Let us know if we can make this program better. View the full application at http://mrkdown.io
확장 프로그램 기본 정보
이름 | Mrkdown.io - Markdown Editor |
ID | jkakmifiinaphkjndehhmochiechdimo |
공식 URL | https://chromewebstore.google.com/detail/mrkdownio-markdown-editor/jkakmifiinaphkjndehhmochiechdimo |
설명 | Convert markdown to html and preview side by side. |
파일 크기 | 6.85 KB |
설치 횟수 | 287 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2018-01-23 |
출시 날짜 | 2018-01-22 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://mrkdown.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://mrkdown.io |
개인정보 보호 정책 페이지 URL | http://box9studios.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "name": "Mrkdown.io - Markdown Editor", "short_name": "Mrkdown.io", "description": "Convert markdown to html and preview side by side.", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": [], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" } } |