GitHub Printer
Print currently displayed page on GitHub with beautiful format
Cos'è GitHub Printer?
GitHub Printer è un'estensione di Chrome sviluppata da Duc Doba, e la sua funzione principale è "Print currently displayed page on GitHub with beautiful format".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Printer
Scarica i file di estensione GitHub Printer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gkfcbphecmdiklloeebijingkjcakpgh |
| URL Ufficiale | https://chrome.google.com/webstore/detail/github-printer/gkfcbphecmdiklloeebijingkjcakpgh |
| Descrizione | Print currently displayed page on GitHub with beautiful format |
| Dimensione del File | 5.13 KB |
| Conteggio Installazioni | 373 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2016-07-14 |
| Data di Pubblicazione | 2016-07-14 |
| Valutazione | 4.20/5 Totale 10 Valutazioni |
| Sviluppatore | Duc Doba |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |