NEW TAB NOTE

NEW TAB NOTE is new tab extension for notes!

NEW TAB NOTE란 무엇입니까?

NEW TAB NOTE은(는) deren에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NEW TAB NOTE is new tab extension for notes!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

NEW TAB NOTE 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ✨ Update
- 2022/1/26
You can now create multiple notes.

- 2022/1/21
Layout adjustment.

- 2021/11/29
Improved list entry.

- 2021/07/08
I added a filter function.
You can blur the contents of the memo by clicking the icon.
You can blur your notes in filter mode to block peeping from others.

---

📚 Features
- Just open new tab, and write down thoughts.
- You can write in markdown.
- No worries about saving things when writing.
- You can blur your notes in filter mode to block peeping from others.
- You can create multiple notes.

---

Click here for requests.
https://github.com/deren2525/new-tab-note/issues/new/choose                    

확장 프로그램 기본 정보

이름 NEW TAB NOTE NEW TAB NOTE
ID ihcgjbnbjnbfepjmoaklafegcehdfihn
공식 URL https://chromewebstore.google.com/detail/new-tab-note/ihcgjbnbjnbfepjmoaklafegcehdfihn
설명 NEW TAB NOTE is new tab extension for notes!
파일 크기 870 KB
설치 횟수 131
현재 버전 2.8.1
최근 업데이트 2022-05-18
출시 날짜 2020-08-15
평점 4.00/5 총 4 개의 평점
개발자 deren
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/deren2525/new-tab-note
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "version": "2.8.1",
    "description": "__MSG_Description__",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "assets\/images\/icon.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newTabNote.html"
    },
    "icons": {
        "48": "assets\/images\/icon.png"
    },
    "manifest_version": 3,
    "default_locale": "en"
}