GitHub Writer
A WYSIWYG rich-text editor for GitHub issues, comments and pull requests. Powered by CKEditor.
GitHub Writer란 무엇입니까?
GitHub Writer은(는) CKSource에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A WYSIWYG rich-text editor for GitHub issues, comments and pull requests. Powered by CKEditor."입니다.
확장 프로그램 스크린샷
GitHub Writer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |