GitHub Printer
Print currently displayed page on GitHub with beautiful format
What is GitHub Printer?
GitHub Printer is a Chrome extension developed by Duc Doba, and its main feature is "Print currently displayed page on GitHub with beautiful format".
Extension Screenshots
Download GitHub Printer Extension CRX File
Download GitHub Printer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gkfcbphecmdiklloeebijingkjcakpgh |
Official URL | https://chrome.google.com/webstore/detail/github-printer/gkfcbphecmdiklloeebijingkjcakpgh |
Description | Print currently displayed page on GitHub with beautiful format |
File Size | 5.13 KB |
Installation Count | 373 |
Current Version | 1.0 |
Last Updated | 2016-07-14 |
Publish Date | 2016-07-14 |
Rating | 4.20/5 Total 10 Ratings |
Developer | Duc Doba |
Payment Type | free |
Supported Languages | 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 } |