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
}