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
} | |