GitHub Printer

Print currently displayed page on GitHub with beautiful format

O que é GitHub Printer?

GitHub Printer é uma extensão do Chrome desenvolvida por Duc Doba, e sua principal característica é "Print currently displayed page on GitHub with beautiful format".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GitHub Printer

Baixe arquivos de extensão GitHub Printer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GitHub Printer GitHub Printer
ID gkfcbphecmdiklloeebijingkjcakpgh
URL Oficial https://chrome.google.com/webstore/detail/github-printer/gkfcbphecmdiklloeebijingkjcakpgh
Descrição Print currently displayed page on GitHub with beautiful format
Tamanho do Arquivo 5.13 KB
Contagem de Instalações 373
Versão Atual 1.0
Última Atualização 2016-07-14
Data de Publicação 2016-07-14
Classificação 4.20/5 Total de 10 Avaliações
Desenvolvedor Duc Doba
Tipo de Pagamento free
Idiomas Suportados 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
}