GitHub Markdown Printer
Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.
O que é GitHub Markdown Printer?
GitHub Markdown Printer é uma extensão do Chrome desenvolvida por jerry1100, e sua principal característica é "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitHub Markdown Printer
Baixe arquivos de extensão GitHub Markdown Printer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | GitHub Markdown Printer |
ID | fehpdlpmcegfpbkgcnaleindodeegapk |
URL Oficial | https://chromewebstore.google.com/detail/github-markdown-printer/fehpdlpmcegfpbkgcnaleindodeegapk |
Descrição | Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks. |
Tamanho do Arquivo | 17.23 KB |
Contagem de Instalações | 6,054 |
Versão Atual | 0.12 |
Última Atualização | 2024-02-17 |
Data de Publicação | 2019-10-02 |
Classificação | 4.77/5 Total de 22 Avaliações |
Desenvolvedor | jerry1100 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jerry1100/github-markdown-printer |
URL da Página de Ajuda | https://github.com/jerry1100/github-markdown-printer/issues |
Idiomas Suportados | 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": [ " |