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

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

拡張機能の使用方法

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