New Tab Draft

Simple & clean writing experience on browser new tab.

New Tab Draft क्या है?

New Tab Draft New Tab Draft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple & clean writing experience on browser new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New Tab Draft एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}