GitHub Markdown Printer
Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.
Τι είναι το GitHub Markdown Printer;
Το GitHub Markdown Printer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jerry1100, και η κύρια λειτουργία του είναι "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GitHub Markdown Printer
Λήψη αρχείων επέκτασης GitHub Markdown Printer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | GitHub Markdown Printer |
ID | fehpdlpmcegfpbkgcnaleindodeegapk |
Επίσημο URL | https://chromewebstore.google.com/detail/github-markdown-printer/fehpdlpmcegfpbkgcnaleindodeegapk |
Περιγραφή | Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks. |
Μέγεθος Αρχείου | 17.23 KB |
Αριθμός Εγκαταστάσεων | 6,054 |
Τρέχουσα Έκδοση | 0.12 |
Τελευταία Ενημέρωση | 2024-02-17 |
Ημερομηνία Δημοσίευσης | 2019-10-02 |
Αξιολόγηση | 4.77/5 Συνολικά 22 Αξιολογήσεις |
Προγραμματιστής | jerry1100 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/jerry1100/github-markdown-printer |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/jerry1100/github-markdown-printer/issues |
Υποστηριζόμενες Γλώσσες | 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": [ " |