New Tab Draft

Simple & clean writing experience on browser new tab.

New Tab Draft란 무엇입니까?

New Tab Draft은(는) New Tab Draft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple & clean writing experience on browser new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Simply turn your New Tab page into a clean space to take notes. And all your notes will be kept safely in Chrome Local Storage not on cloud.

Features:
#Note
Open a new tab and Create, Pin, Lock multiple notes easily.

#Calculation
Open a new tab and make calculations directly.

#Protect your privacy
New Tab Draft help you save it in your browser NOT on cloud.

#Auto Backup
All the drafts can be auto backup to your local folder on regular base.

#Customization
Customize font and background to make it your own way.

#Others
Post on twitter, Send as email, Emoji, Daily Inspiration, Spell Check options...

People use New Tab Draft to take notes, todo, inspiration... whatever they want.

Try it. You will not be disappointed.

----

We Swear:
1. We don't do evil like upload your private information to server. All your notes are saved locally in your browser localStorage.
2. We listen to your feedback and try to make this world better.

---

Feel free to give us feedback:
Twitter: https://bit.ly/2VFkhy8
Facebook Page: https://bit.ly/3qPKYOX                    

확장 프로그램 기본 정보

이름 New Tab Draft New Tab Draft
ID nmfjkeiebceinkbggliapgfdjphocpdh
공식 URL https://chromewebstore.google.com/detail/new-tab-draft/nmfjkeiebceinkbggliapgfdjphocpdh
설명 Simple & clean writing experience on browser new tab.
파일 크기 1.27 MB
설치 횟수 10,884
현재 버전 0.3.8
최근 업데이트 2022-11-17
출시 날짜 2020-07-02
평점 4.76/5 총 1152 개의 평점
개발자 New Tab Draft
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bit.ly/2VFkhy8
도움말 페이지 URL https://bit.ly/2VFkhy8
개인정보 보호 정책 페이지 URL https://sites.google.com/view/newtabdraft/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Draft",
    "short_name": "Draft",
    "version": "0.3.8",
    "description": "Simple & clean writing experience on browser new tab.",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/main.bundle.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "fontSettings"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sandbox.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    }
}