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文件

下载New Tab Draft扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        ]
    }
}