GitHub Markdown Printer
Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.
Wat is GitHub Markdown Printer?
GitHub Markdown Printer is een Chrome-extensie ontwikkeld door jerry1100, en de belangrijkste functie is "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Markdown Printer
Download GitHub Markdown Printer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | GitHub Markdown Printer |
ID | fehpdlpmcegfpbkgcnaleindodeegapk |
Officiële URL | https://chromewebstore.google.com/detail/github-markdown-printer/fehpdlpmcegfpbkgcnaleindodeegapk |
Beschrijving | Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks. |
Bestandsgrootte | 17.23 KB |
Aantal Installaties | 6,054 |
Huidige Versie | 0.12 |
Laatst Bijgewerkt | 2024-02-17 |
Publicatiedatum | 2019-10-02 |
Beoordeling | 4.77/5 Totaal 22 Beoordelingen |
Ontwikkelaar | jerry1100 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jerry1100/github-markdown-printer |
Help Pagina-URL | https://github.com/jerry1100/github-markdown-printer/issues |
Ondersteunde Talen | 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": [ " |