GitHub Markdown Printer

Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.

Cos'è GitHub Markdown Printer?

GitHub Markdown Printer è un'estensione di Chrome sviluppata da jerry1100, e la sua funzione principale è "Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GitHub Markdown Printer

Scarica i file di estensione GitHub Markdown Printer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome GitHub Markdown Printer GitHub Markdown Printer
ID fehpdlpmcegfpbkgcnaleindodeegapk
URL Ufficiale https://chromewebstore.google.com/detail/github-markdown-printer/fehpdlpmcegfpbkgcnaleindodeegapk
Descrizione Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.
Dimensione del File 17.23 KB
Conteggio Installazioni 6,054
Versione Corrente 0.12
Ultimo Aggiornamento 2024-02-17
Data di Pubblicazione 2019-10-02
Valutazione 4.77/5 Totale 22 Valutazioni
Sviluppatore jerry1100
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jerry1100/github-markdown-printer
URL della Pagina di Aiuto https://github.com/jerry1100/github-markdown-printer/issues
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}