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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}