GitHub Markdown Printer

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

Co je GitHub Markdown Printer?

GitHub Markdown Printer je rozšíření Chrome vyvinuté jerry1100, a jeho hlavní funkcí je „Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GitHub Markdown Printer

Stáhněte si soubory rozšíření GitHub Markdown Printer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název GitHub Markdown Printer GitHub Markdown Printer
ID fehpdlpmcegfpbkgcnaleindodeegapk
Oficiální URL https://chromewebstore.google.com/detail/github-markdown-printer/fehpdlpmcegfpbkgcnaleindodeegapk
Popis Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks.
Velikost souboru 17.23 KB
Počet instalací 6,054
Aktuální Verze 0.12
Poslední Aktualizace 2024-02-17
Datum Vydání 2019-10-02
Hodnocení 4.77/5 Celkem 22 Hodnocení
Vývojář jerry1100
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/jerry1100/github-markdown-printer
URL Stránky Nápovědy https://github.com/jerry1100/github-markdown-printer/issues
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}