Markdown Nice

支持自定义样式的 Markdown 编辑器

What is Markdown Nice?

Markdown Nice is a Chrome extension developed by https://mdnice.com, and its main feature is "支持自定义样式的 Markdown 编辑器".

Extension Screenshots

screenshot
screenshot
screenshot

Download Markdown Nice Extension CRX File

Download Markdown Nice extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        markdown nice浏览器插件

为公众号运营者提供排版和发布能力,可用于排版微信公众号、排版公式、书写markdown文章和多平台发布,是新媒体运营者的绝佳工具

为计算机开发者、数学爱好者和其他行业的阅读者,在新标签页展示聚合内容(包括知乎、头条、微博等多个平台热点信息),并提供google和百度搜索

注:如果不希望标签页占用,可以点击【插件logo->账号管理->功能开关->新标签页】进行关闭,如果覆盖了之前的插件标签页,重新安装原有插件即可覆盖回来

隐私政策:https://product.mdnice.com/article/user/private-policy/                    

Extension Basic Information

Name Markdown Nice Markdown Nice
ID blndbjkicjhcbpldeamfbdoeekcbampi
Official URL https://chromewebstore.google.com/detail/markdown-nice/blndbjkicjhcbpldeamfbdoeekcbampi
Description 支持自定义样式的 Markdown 编辑器
File Size 4 MB
Installation Count 10,490
Current Version 1.3.1
Last Updated 2022-06-10
Publish Date 2020-03-22
Rating 2.95/5 Total 22 Ratings
Developer https://mdnice.com
Email [email protected]
Payment Type free
Extension Website https://www.mdnice.com
Help Page URL https://www.mdnice.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.1",
    "name": "Markdown Nice",
    "manifest_version": 2,
    "description": "\u652f\u6301\u81ea\u5b9a\u4e49\u6837\u5f0f\u7684 Markdown \u7f16\u8f91\u5668",
    "browser_action": {
        "default_title": "Markdown Nice",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-36.png",
        "48": "img\/icon-36.png",
        "128": "img\/icon-36.png"
    },
    "web_accessible_resources": [
        "inject.html",
        "ueditor.js"
    ],
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "*:\/\/mp.weixin.qq.com\/*",
        "*:\/\/*.mdnice.com\/*",
        "*:\/\/segmentfault.com\/*",
        "*:\/\/*.csdn.net\/*",
        "*:\/\/juejin.cn\/*",
        "*:\/\/*.cnblogs.com\/*",
        "*:\/\/*.jianshu.com\/*",
        "*:\/\/*.zhihu.com\/*",
        "*:\/\/*.oschina.net\/*",
        "*:\/\/*.toutiao.com\/*",
        "*:\/\/*.baidu.com\/*",
        "*:\/\/weibo.com\/*",
        "*:\/\/*.bilibili.com\/*",
        "cookies",
        "activeTab"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src * 'self' data:;connect-src https:\/\/api.mdnice.com"
}