GitHub Printer

Print currently displayed page on GitHub with beautiful format

什麼是GitHub Printer?

GitHub Printer是由Duc Doba開發的Chrome擴展程式,該擴展的主要功能是“Print currently displayed page on GitHub with beautiful format”。

擴展截圖

screenshot
screenshot

下載GitHub Printer擴展crx文件

下載GitHub Printer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 GitHub Printer GitHub Printer
ID gkfcbphecmdiklloeebijingkjcakpgh
官方網址 https://chrome.google.com/webstore/detail/github-printer/gkfcbphecmdiklloeebijingkjcakpgh
簡介 Print currently displayed page on GitHub with beautiful format
檔案大小 5.13 KB
安裝次數 373
目前版本 1.0
更新時間 2016-07-14
上架時間 2016-07-14
評分 4.20/5 共 10 次評分
開發者 Duc Doba
付費類型 free
支援的語言 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
}