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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GitHub Markdown Printer

قم بتنزيل ملفات الامتداد GitHub Markdown Printer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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": [
                ""
            ]
        }
    ]
}