Markdown Viewer

Markdown Viewer

Markdown Viewer란 무엇입니까?

Markdown Viewer은(는) simov.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Markdown Viewer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ✔ Secure by design
✔ Render local and remote file URLs
✔ Granular access to remote origins
✔ Multiple markdown parsers
✔ Full control over the compiler options
✔ 30+ Themes
✔ GitHub Flavored Markdown (GFM)
✔ Auto reload on file change
✔ Syntax highlighted code blocks
✔ Table of Contents (ToC)
✔ MathJax formulas
✔ Mermaid diagrams
✔ Convert emoji shortnames
✔ Remember scroll position
✔ Markdown Content-Type detection
✔ Configurable Markdown file path detection
✔ Settings synchronization
✔ Raw and rendered markdown views
✔ Free and Open Source

✚ Full Documentation

✔ https://github.com/simov/markdown-viewer                    

확장 프로그램 기본 정보

이름 Markdown Viewer Markdown Viewer
ID ckkdlimhmcjmikdlpkmbgfkaikojcbjk
공식 URL https://chromewebstore.google.com/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk
설명 Markdown Viewer
파일 크기 2.22 MB
설치 횟수 250,422
현재 버전 5.2
최근 업데이트 2023-09-27
출시 날짜 2020-04-03
평점 4.25/5 총 316 개의 평점
개발자 simov.github.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/simov/markdown-viewer
도움말 페이지 URL https://github.com/simov/markdown-viewer/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Markdown Viewer",
    "version": "5.2",
    "description": "Markdown Viewer",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/markdown-viewer\/ckkdlimhmcjmikdlpkmbgfkaikojcbjk",
    "icons": {
        "16": "\/icons\/default\/16x16.png",
        "19": "\/icons\/default\/19x19.png",
        "38": "\/icons\/default\/38x38.png",
        "48": "\/icons\/default\/48x48.png",
        "128": "\/icons\/default\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/default\/16x16.png",
            "19": "\/icons\/default\/19x19.png",
            "38": "\/icons\/default\/38x38.png",
            "48": "\/icons\/default\/48x48.png",
            "128": "\/icons\/default\/128x128.png"
        },
        "default_title": "Markdown Viewer",
        "default_popup": "\/popup\/index.html"
    },
    "background": {
        "service_worker": "\/background\/index.js"
    },
    "options_page": "\/options\/index.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/icons\/default\/16x16.png",
                "\/icons\/dark\/16x16.png",
                "\/icons\/light\/16x16.png",
                "\/themes\/*",
                "\/vendor\/mathjax\/fonts\/*",
                "\/vendor\/prism.min.css",
                "\/vendor\/prism-okaidia.min.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "file:\/\/\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/"
    ],
    "optional_permissions": [
        "webRequest"
    ]
}