Marker
Write Beautiful emails with Marker.
Marker란 무엇입니까?
Marker은(는) https://www.sonalraj.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write Beautiful emails with Marker."입니다.
확장 프로그램 스크린샷
Marker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With time, emails are tending to become fancier with inclusion of complete web based content compared to simple text data. They are becoming more illustrative, more informative and more aesthetically pleasing. Obviously, more complex process requires more of one's time and efforts With Marker, you can type in simple plain text mails in the Markdown format with the client in your browser and with just a simple click of a button, you magically transform your childish email into a neat, well-formatted and beautiful organisation of content.
확장 프로그램 기본 정보
이름 | Marker |
ID | gmcbjkcblmnekjlplficpnakpiganfio |
공식 URL | https://chromewebstore.google.com/detail/marker/gmcbjkcblmnekjlplficpnakpiganfio |
설명 | Write Beautiful emails with Marker. |
파일 크기 | 540 KB |
설치 횟수 | 84 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2013-12-01 |
출시 날짜 | 2013-12-01 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://www.sonalraj.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://sonal-raj.github.io/marker |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Marker", "version": "0.1.5", "description": "Write Beautiful emails with Marker.", "homepage_url": "http:\/\/github.com\/sonal-raj\/Marker", "minimum_chrome_version": "6", "icons": { "16": "common\/images\/icon16.png", "32": "common\/images\/icon32.png", "48": "common\/images\/icon48.png", "128": "common\/images\/icon128.png", "512": "common\/images\/icon512.png" }, "permissions": [ "contextMenus", "storage" ], "author": "Sonal Raj", "background": { "page": "chrome\/background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "common\/utils.js", "common\/common-logic.js", "common\/jsHtmlToText.js", "common\/marked.js", "common\/mdh-html-to-text.js", "common\/marker.js", "chrome\/contentscript.js" ] } ], "browser_action": { "default_icon": "common\/images\/icon38.png", "default_title": "Toggle Marker" }, "options_page": "common\/options.html" } |