New Tab Draft

Simple & clean writing experience on browser new tab.

New Tab Draftคืออะไร?

New Tab Draft เป็นส่วนขยายของ Chrome ที่พัฒนาโดย New Tab Draft และคุณลักษณะหลักของมันคือ "Simple & clean writing experience on browser new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Draft

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}