GitHub Printer
Print currently displayed page on GitHub with beautiful format
Co to jest GitHub Printer?
GitHub Printer to rozszerzenie Chrome opracowane przez Duc Doba, a jego główną funkcją jest „Print currently displayed page on GitHub with beautiful format”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Printer
Pobierz pliki rozszerzeń GitHub Printer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gkfcbphecmdiklloeebijingkjcakpgh |
Oficjalny URL | https://chrome.google.com/webstore/detail/github-printer/gkfcbphecmdiklloeebijingkjcakpgh |
Opis | Print currently displayed page on GitHub with beautiful format |
Rozmiar pliku | 5.13 KB |
Liczba instalacji | 373 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-07-14 |
Data Publikacji | 2016-07-14 |
Ocena | 4.20/5 Łącznie 10 Oceny |
Deweloper | Duc Doba |
Typ Płatności | free |
Obsługiwane Języki | 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 } |