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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 } |