GitHub Writer

A WYSIWYG rich-text editor for GitHub issues, comments and pull requests. Powered by CKEditor.

GitHub Writerคืออะไร?

GitHub Writer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CKSource และคุณลักษณะหลักของมันคือ "A WYSIWYG rich-text editor for GitHub issues, comments and pull requests. Powered by CKEditor."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Writer

ดาวน์โหลดไฟล์ส่วนขยาย GitHub Writer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        # About

GitHub Writer is a WYSIWYG rich-text editor for GitHub. The extension is available when creating or commenting on issues, reviews, pull requests, and wikis. 

It provides all the features available in the GitHub plain-text editor, including Markdown input. For features like tables, it offers a much easier experience in comparison to plain-text Markdown and allows users to be more productive. No more switching to the Preview tab to see what you write!

It is powered by CKEditor 5, a modern JavaScript rich-text editor. 

GitHub Writer is an Open Source project and your questions, feedback and contributions are always welcome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GitHub Writer GitHub Writer
ID diilnnhpcdjhhkjcbdljaonhmhapadap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-writer/diilnnhpcdjhhkjcbdljaonhmhapadap
คำอธิบาย A WYSIWYG rich-text editor for GitHub issues, comments and pull requests. Powered by CKEditor.
ขนาดไฟล์ 3.28 MB
จำนวนการติดตั้ง 2,595
เวอร์ชันปัจจุบัน 1.10.3
อัปเดตครั้งล่าสุด 2023-11-15
วันที่เผยแพร่ 2020-07-03
คะแนน 4.65/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา CKSource
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ckeditor/github-writer
URL หน้าช่วยเหลือ https://github.com/ckeditor/github-writer/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Writer",
    "description": "A WYSIWYG rich-text editor for GitHub issues, comments and pull requests. Powered by CKEditor.",
    "version": "1.10.3",
    "author": "CKSource (https:\/\/cksource.com)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/issues",
                "https:\/\/github.com\/*\/issues",
                "https:\/\/github.com\/*\/issues\/*",
                "https:\/\/github.com\/*\/pull\/*",
                "https:\/\/github.com\/*\/commit\/*",
                "https:\/\/github.com\/*\/compare\/*",
                "https:\/\/github.com\/*\/new\/*",
                "https:\/\/github.com\/*\/edit\/*",
                "https:\/\/github.com\/*\/releases\/*",
                "https:\/\/github.com\/*\/milestones",
                "https:\/\/github.com\/*\/milestones\/*",
                "https:\/\/github.com\/*\/wiki\/_new*",
                "https:\/\/github.com\/*\/wiki\/*\/_edit",
                "https:\/\/github.com\/settings\/*"
            ],
            "js": [
                "github-writer.js"
            ],
            "css": [
                "github-writer.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/github-writer-16.png",
        "32": "icons\/github-writer-32.png",
        "48": "icons\/github-writer-48.png",
        "96": "icons\/github-writer-96.png",
        "128": "icons\/github-writer-128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "GitHub Writer"
    },
    "manifest_version": 2
}