New Tab Markdown

Store your thoughts, todos, goals easily on every tab.

New Tab Markdown란 무엇입니까?

New Tab Markdown은(는) Helge Ahrens에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store your thoughts, todos, goals easily on every tab."입니다.

확장 프로그램 스크린샷

screenshot

New Tab Markdown 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **Update Version 1.0.5**
* fixed a bug that caused information to not be stored if the same blank tab was opened twice

The new tab is now a place for all your thoughts, memos and just for quickly writing something down. Simply open a new tab and start writing. Structure your text with markdown syntax.

To value your privacy all your input is stored locally in your chromes cache. So don't worry, no one is listening.*

* This also means there is no option to sync your thoughts with other computers or create a backup. Once you delete a page its gone. Keep that in mind.                    

확장 프로그램 기본 정보

이름 New Tab Markdown New Tab Markdown
ID gpdnablocagonlpfhkfiigfpfoommcia
공식 URL https://chromewebstore.google.com/detail/new-tab-markdown/gpdnablocagonlpfhkfiigfpfoommcia
설명 Store your thoughts, todos, goals easily on every tab.
파일 크기 1.02 MB
설치 횟수 15
현재 버전 1.0.5
최근 업데이트 2023-07-24
출시 날짜 2020-05-21
평점 5.00/5 총 1 개의 평점
개발자 Helge Ahrens
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "New Tab Markdown",
    "name": "New Tab Markdown",
    "version": "1.0.5",
    "author": "Helge Ahrens",
    "description": "Store your thoughts, todos, goals easily on every tab.",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "logo128.png"
    }
}