Octo Preview
Live preview for markdown comments in PRs/Issues on GitHub
Octo Preview란 무엇입니까?
Octo Preview은(는) Andrew Levine에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Live preview for markdown comments in PRs/Issues on GitHub"입니다.
확장 프로그램 스크린샷
Octo Preview 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically displays live previews of comments (including rendered markdown output) as you type. Works anywhere on GitHub where you can leave a comment (including Gists). If you find any bugs, please open a new issue on the GitHub repo - https://github.com/DrewML/octo-preview/issues/new **Note** This extension relies on making HTTP requests frequently as you type to get the parsed/rendered Markdown output from GitHub. Not recommended for users on slower connections.
확장 프로그램 기본 정보
이름 | Octo Preview |
ID | elomekmlfonmdhmpmdfldcjgdoacjcba |
공식 URL | https://chromewebstore.google.com/detail/octo-preview/elomekmlfonmdhmpmdfldcjgdoacjcba |
설명 | Live preview for markdown comments in PRs/Issues on GitHub |
파일 크기 | 5.16 KB |
설치 횟수 | 131 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2016-05-23 |
출시 날짜 | 2016-05-22 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Andrew Levine |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Octo Preview", "version": "1.0.2", "description": "Live preview for markdown comments in PRs\/Issues on GitHub", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "inject.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "live-preview.js", "live-preview.css" ] } |