GitHub Markdown Printer
Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.
Qu'est-ce que GitHub Markdown Printer ?
GitHub Markdown Printer est une extension Chrome développée par jerry1100, et sa fonction principale est "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Markdown Printer
Téléchargez les fichiers d'extension GitHub Markdown 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
Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks. Faster and easier to use than other methods, such as downloading the markdown file and running it through a converter. Works on any page on GitHub or GitHub Enterprise that has a markdown preview. Post issues and suggestions here: https://github.com/jerry1100/github-markdown-printer/issues
Informations de Base sur l'Extension
Nom | GitHub Markdown Printer |
ID | fehpdlpmcegfpbkgcnaleindodeegapk |
URL Officiel | https://chromewebstore.google.com/detail/github-markdown-printer/fehpdlpmcegfpbkgcnaleindodeegapk |
Description | Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks. |
Taille du Fichier | 17.23 KB |
Nombre d'Installations | 6,054 |
Version Actuelle | 0.12 |
Dernière Mise à Jour | 2024-02-17 |
Date de Publication | 2019-10-02 |
Évaluation | 4.77/5 Total 22 Évaluations |
Développeur | jerry1100 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jerry1100/github-markdown-printer |
URL de la Page d'Aide | https://github.com/jerry1100/github-markdown-printer/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GitHub Markdown Printer", "version": "0.12", "description": "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.", "homepage_url": "https:\/\/github.com\/jerry1100\/github-markdown-printer", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" }, "default_title": "Print Markdown" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "contextMenus" ], "web_accessible_resources": [ { "resources": [ "style.css" ], "matches": [ " |