GitHub Printer

Print currently displayed page on GitHub with beautiful format

GitHub Printerคืออะไร?

GitHub Printer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Duc Doba และคุณลักษณะหลักของมันคือ "Print currently displayed page on GitHub with beautiful format"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Printer

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}