GitHub Printer

Print currently displayed page on GitHub with beautiful format

GitHub Printer là gì?

GitHub Printer là một tiện ích mở rộng Chrome được phát triển bởi Duc Doba, và tính năng chính của nó là "Print currently displayed page on GitHub with beautiful format".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng GitHub 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

                        Tired with finding a good solution to print out your markdown / source code files on GitHub or save them as PDF?
GitHub Printer is a tiny yet useful extension you need!!!

HOW TO USE:
- Open any GitHub markdown / source code file
- Click on the GitHub Printer extension icon
- Refresh the browser when done.                    

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

Tên GitHub Printer GitHub Printer
ID gkfcbphecmdiklloeebijingkjcakpgh
URL Chính Thức https://chrome.google.com/webstore/detail/github-printer/gkfcbphecmdiklloeebijingkjcakpgh
Mô tả Print currently displayed page on GitHub with beautiful format
Kích Thước Tệp 5.13 KB
Số Lần Cài Đặt 373
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-07-14
Ngày Phát Hành 2016-07-14
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Duc Doba
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Printer",
    "description": "Print currently displayed page on GitHub with beautiful format",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Print GitHub page",
        "default_icon": "print_16x16.png"
    },
    "manifest_version": 2
}