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
电子邮箱 [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"
    }
}