NoteTab - Notepad in the Homepage

Entire New Tab is a notepad for your remarks. Make different notes right in the New Tab

NoteTab - Notepad in the Homepage क्या है?

NoteTab - Notepad in the Homepage http://notetab.li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Entire New Tab is a notepad for your remarks. Make different notes right in the New Tab"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में NoteTab - Notepad in the Homepage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Do you always need to make various notes? It's an option exactly for you. The New Tab is a Notepad! Open the homepage to make remarks or find already saved notes. Use the whole New Tab as a blank page to tape the thoughts or plans. Use editing to create a structure or section. Add links to your text or set a schedule. All these are called NoteTab - your amazing homepage with a notepad.  

The New Tab as a notepad to write comments quickly with extended opportunities. This incredible Start Page has quick access to email, history, downloads and other apps. Here are gathered most using points and put in one place to make browsing more convenient and productive. Keep bookmarks in a simple touch and use search for quick navigation across saved links.

Some useful features:

1. Edit, save and organize notes directly in the Start page. Rename saved tabs, change fonts, colors, etc. 
2. Easy access to bookmarks on the homepage is also available. Bookmarks with a search bar allows you to find items quickly from the list of various websites. 
3. ToDo list helps you to manage important events and deals. Add title, time, date and be always updated with upcoming items. 
4. Searching from the search bar gets results from the Bing search engine through redirection of the “https://notetab.li/search?q="".

NoteTab is a customized new tab for Chrome browser that will make the browsing experience better and efficient. Open a New Tab and use it as you use notepad, only better.                    

एक्सटेंशन की मूल जानकारी

नाम NoteTab - Notepad in the Homepage NoteTab - Notepad in the Homepage
ID cjnhekhopohdcoojldnnpfmogbljienl
आधिकारिक URL https://chrome.google.com/webstore/detail/cjnhekhopohdcoojldnnpfmogbljienl
विवरण Entire New Tab is a notepad for your remarks. Make different notes right in the New Tab
फ़ाइल का आकार 503 KB
स्थापना संख्या 8,211
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-06-13
प्रकाशन तिथि 2020-05-11
रेटिंग 4.58/5 कुल 547 रेटिंग्स
डेवलपर http://notetab.li
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://notetab.li/
गोपनीयता नीति पृष्ठ URL https://notetab.li/privacy.html
समर्थित भाषाएँ de,en,nl,no,vi,da,es,it,pl,ro,hi,ta,th,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.1",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "tabs",
        "notifications",
        "alarms",
        "https:\/\/sshot.org\/*",
        "chrome:\/\/favicon\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/notetab.li\/assets\/img\/128.png",
            "is_default": true,
            "keyword": "NoteTab",
            "name": "NoteTab",
            "search_url": "https:\/\/notetab.li\/search?q={searchTerms}"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "static\/*",
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf"
    ]
}