GitHub Markdown Printer

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

GitHub Markdown Printer là gì?

GitHub Markdown Printer là một tiện ích mở rộng Chrome được phát triển bởi jerry1100, và tính năng chính của nó là "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GitHub Markdown Printer

Tải xuống các tệp mở rộng GitHub Markdown Printer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GitHub Markdown Printer GitHub Markdown Printer
ID fehpdlpmcegfpbkgcnaleindodeegapk
URL Chính Thức https://chromewebstore.google.com/detail/github-markdown-printer/fehpdlpmcegfpbkgcnaleindodeegapk
Mô tả Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.
Kích Thước Tệp 17.23 KB
Số Lần Cài Đặt 6,054
Phiên Bản Hiện Tại 0.12
Cập Nhật Lần Cuối 2024-02-17
Ngày Phát Hành 2019-10-02
Đánh Giá 4.77/5 Tổng số 22 Đánh Giá
Nhà Phát Triển jerry1100
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jerry1100/github-markdown-printer
URL Trang Trợ Giúp https://github.com/jerry1100/github-markdown-printer/issues
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}