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ファイルをダウンロード

Markdown Editor Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}