Notes Tab

This extension creates a note pad in a new tab

What is Notes Tab?

Notes Tab is a Chrome extension developed by patrickasdf, and its main feature is "This extension creates a note pad in a new tab".

Extension Screenshots

screenshot

Download Notes Tab Extension CRX File

Download Notes Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab.

Features:
- Auto-save
- Current date in the heading                    

Extension Basic Information

Name Notes Tab Notes Tab
ID godhnbnhjjhcooiigbabagepddfmjgbk
Official URL https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk
Description This extension creates a note pad in a new tab
File Size 125 KB
Installation Count 202
Current Version 1.2
Last Updated 2015-08-26
Publish Date 2015-08-26
Rating 4.33/5 Total 6 Ratings
Developer patrickasdf
Payment Type free
Extension Website http://www.patrickmatherly.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notes Tab",
    "description": "This extension creates a note pad in a new tab",
    "version": "1.2",
    "permissions": [
        "tabs",
        "topSites"
    ],
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "newpad.html"
    },
    "icons": {
        "16": "newpadicon16.png",
        "48": "newpadicon48.png",
        "128": "newpadicon128.png"
    }
}