GitHub Writer

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

GitHub Writer क्या है?

GitHub Writer CKSource द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A WYSIWYG rich-text editor for GitHub issues, comments and pull requests. Powered by CKEditor."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GitHub Writer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        # 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
}