ownsheet
Markdown texts never looked so pretty before.
ownsheet란 무엇입니까?
ownsheet은(는) Sebastian Pältz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Markdown texts never looked so pretty before."입니다.
확장 프로그램 스크린샷
ownsheet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**features** - converts any markdown text into a neat, tidy and nice looking view - out-of-the-box compatible: just copy and paste any documentation, reference or cheat sheet out there into ownsheet, it'll look nice - and if not, take a look at the ... - included heading converter tool: quickly transform markdown texts into 'ownsheet-friendly' ones - supports Github-Flavored Markdown and HTML as well - built-in table of contents - import / export: Backing up, sharing ownsheet or transferring it to another machine is easy - customizable: Don't like the default colors? Or your boxes are too small/big? Don't worry, you can adjust all that how you please.
확장 프로그램 기본 정보
이름 | ownsheet |
ID | mffibchemnbeleefiicbipeofabkkamj |
공식 URL | https://chromewebstore.google.com/detail/ownsheet/mffibchemnbeleefiicbipeofabkkamj |
설명 | Markdown texts never looked so pretty before. |
파일 크기 | 225 KB |
설치 횟수 | 58 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2015-06-11 |
출시 날짜 | 2015-06-11 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Sebastian Pältz |
결제 유형 | free |
도움말 페이지 URL | https://github.com/BastiPaeltz/ownsheet |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ownsheet", "description": "Markdown texts never looked so pretty before.", "version": "1.0.2", "browser_action": { "default_icon": { "19": "images\/document19.png", "38": "images\/document38.png" }, "default_title": "ownsheet", "default_popup": "popup-min.html" }, "icons": { "16": "images\/document16.png", "48": "images\/document48.png", "128": "images\/document.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |