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
官方網址 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": [
                ""
            ]
        }
    ]
}