Markdown New Tab
Take down notes 🗒️, save reminders ⏰, paste links 🔗, create checklists ☑️ all using markdown... directly in your New Tab!
Markdown New Tab란 무엇입니까?
Markdown New Tab은(는) https://mihir.ch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take down notes 🗒️, save reminders ⏰, paste links 🔗, create checklists ☑️ all using markdown... directly in your New Tab!"입니다.
확장 프로그램 스크린샷
Markdown New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Markdown New Tab allows you to take down important notes, thoughts or anything else you need to jot down or paste quickly, directly into your New Tab page... via the markdown syntax! Markdown will allow you to easily create headings, subheadings, links, styled texts, checkboxes, tables, lists, images and much more... just by a simple syntax. To get the hang of it, check this brilliant cheat sheat: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Markdown New Tab is complete has the ability to store revisions of the markdown content you made, so if you ever need to look back at previous versions of your content, check the revision history!
확장 프로그램 기본 정보
이름 | Markdown New Tab |
ID | demppioeofcekpjcnlkmdjbabifjnokj |
공식 URL | https://chromewebstore.google.com/detail/markdown-new-tab/demppioeofcekpjcnlkmdjbabifjnokj |
설명 | Take down notes 🗒️, save reminders ⏰, paste links 🔗, create checklists ☑️ all using markdown... directly in your New Tab! |
파일 크기 | 110 KB |
설치 횟수 | 3,098 |
현재 버전 | 19.7.24 |
최근 업데이트 | 2019-07-24 |
출시 날짜 | 2019-07-24 |
평점 | 4.31/5 총 35 개의 평점 |
개발자 | https://mihir.ch |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/plibither8/markdown-new-tab |
도움말 페이지 URL | https://github.com/plibither8/markdown-new-tab/issues |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Markdown New Tab", "short_name": "Markdown New Tab", "version": "19.7.24", "description": "Take down notes \ud83d\uddd2\ufe0f, save reminders \u23f0, paste links \ud83d\udd17, create checklists \u2611\ufe0f all using markdown... directly in your New Tab!", "manifest_version": 2, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "author": "Mihir Chaturvedi (plibither8)", "icons": { "16": "static\/icon\/icon16.png", "48": "static\/icon\/icon48.png", "128": "static\/icon\/icon128.png" }, "applications": { "gecko": { "id": "[email protected]" } } } |