Markdown Editor Online

A lightweight, free and adaptable Markdown Editor Online app for your browser.

Markdown Editor Online란 무엇입니까?

Markdown Editor Online은(는) Curt Norval에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A lightweight, free and adaptable Markdown Editor Online app for your browser."입니다.

확장 프로그램 스크린샷

screenshot

Markdown Editor Online 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Markdown Editor Online, formerly known as "Markdown Editor Online" (a lite markup language with plain text formatting syntax), is an online editor for markdown.

With this app, you may modify the code of any "MD" file right within the built-in markdown editor. You can also compile the code and view the final document in the app (side or bottom sections depending on window size). After you've compiled a markdown program, click Print to print it as a PDF (via print UI). Please note that this software is based on CodeMirror (codemirror.net) and markdown-it (github.com/markdown-it/markdown-it) open source JavaScript libraries.

There are only a few options to change for this program, simply open any markdown document, modify the code on the left side editor, then alter the top toolbar settings and then compile. Please keep in mind that while you type in the editor, the add-on compiles the code on-the-fly as well. You can also save the final markdown code or generate a PDF of the completed work.                    

확장 프로그램 기본 정보

이름 Markdown Editor Online Markdown Editor Online
ID ifmbfinpnjnhhalldoafahnhpnelmpnd
공식 URL https://chromewebstore.google.com/detail/markdown-editor-online/ifmbfinpnjnhhalldoafahnhpnelmpnd
설명 A lightweight, free and adaptable Markdown Editor Online app for your browser.
파일 크기 363 KB
설치 횟수 85
현재 버전 0.1
최근 업데이트 2022-07-06
출시 날짜 2022-07-05
평점 5.00/5 총 9 개의 평점
개발자 Curt Norval
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://worldaddons.com/markdown-editor-online/
도움말 페이지 URL https://worldaddons.com/contact/
개인정보 보호 정책 페이지 URL https://worldaddons.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Markdown Editor Online",
    "short_name": "markdown-editor-online",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/markdown-editor-online\/",
    "description": "A lightweight, free and adaptable Markdown Editor Online app for your browser.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Markdown Editor Online",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}