GitHub Printer
Print currently displayed page on GitHub with beautiful format
Co je GitHub Printer?
GitHub Printer je rozšíření Chrome vyvinuté Duc Doba, a jeho hlavní funkcí je „Print currently displayed page on GitHub with beautiful format“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub Printer
Stáhněte si soubory rozšíření GitHub Printer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | gkfcbphecmdiklloeebijingkjcakpgh |
Oficiální URL | https://chrome.google.com/webstore/detail/github-printer/gkfcbphecmdiklloeebijingkjcakpgh |
Popis | Print currently displayed page on GitHub with beautiful format |
Velikost souboru | 5.13 KB |
Počet instalací | 373 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-07-14 |
Datum Vydání | 2016-07-14 |
Hodnocení | 4.20/5 Celkem 10 Hodnocení |
Vývojář | Duc Doba |
Typ Platby | free |
Podporované Jazyky | 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 } |