GitHub Printer
Print currently displayed page on GitHub with beautiful format
Qu'est-ce que GitHub Printer ?
GitHub Printer est une extension Chrome développée par Duc Doba, et sa fonction principale est "Print currently displayed page on GitHub with beautiful format".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Printer
Téléchargez les fichiers d'extension GitHub Printer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gkfcbphecmdiklloeebijingkjcakpgh |
URL Officiel | https://chrome.google.com/webstore/detail/github-printer/gkfcbphecmdiklloeebijingkjcakpgh |
Description | Print currently displayed page on GitHub with beautiful format |
Taille du Fichier | 5.13 KB |
Nombre d'Installations | 373 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-07-14 |
Date de Publication | 2016-07-14 |
Évaluation | 4.20/5 Total 10 Évaluations |
Développeur | Duc Doba |
Type de Paiement | free |
Langues Prises en Charge | 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 } |