GitHub Markdown Printer

Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.

GitHub Markdown Printer란 무엇입니까?

GitHub Markdown Printer은(는) jerry1100에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.

Faster and easier to use than other methods, such as downloading the markdown file and running it through a converter.

Works on any page on GitHub or GitHub Enterprise that has a markdown preview.

Post issues and suggestions here: https://github.com/jerry1100/github-markdown-printer/issues                    

확장 프로그램 기본 정보

이름 GitHub Markdown Printer GitHub Markdown Printer
ID fehpdlpmcegfpbkgcnaleindodeegapk
공식 URL https://chromewebstore.google.com/detail/github-markdown-printer/fehpdlpmcegfpbkgcnaleindodeegapk
설명 Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.
파일 크기 17.23 KB
설치 횟수 6,054
현재 버전 0.12
최근 업데이트 2024-02-17
출시 날짜 2019-10-02
평점 4.77/5 총 22 개의 평점
개발자 jerry1100
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jerry1100/github-markdown-printer
도움말 페이지 URL https://github.com/jerry1100/github-markdown-printer/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GitHub Markdown Printer",
    "version": "0.12",
    "description": "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.",
    "homepage_url": "https:\/\/github.com\/jerry1100\/github-markdown-printer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "Print Markdown"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}