Jot

This extension replaces the new tab page for note taking.

What is Jot?

Jot is a Chrome extension developed by Matt O'Hagan, and its main feature is "This extension replaces the new tab page for note taking.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Jot Extension CRX File

Download Jot 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

                        Quick note taking extension to replace the new tab page.

To add more pictures for the next version, send a pull request to github.com/mattohagan/jot.                    

Extension Basic Information

Name Jot Jot
ID mnemjleajnmodijhnibpekloajfdjjja
Official URL https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja
Description This extension replaces the new tab page for note taking.
File Size 22.54 MB
Installation Count 8,471
Current Version 0.2
Last Updated 2014-10-04
Publish Date 2014-10-03
Rating 3.73/5 Total 136 Ratings
Developer Matt O'Hagan
Payment Type free
Extension Website http://mattohagan.github.io
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jot",
    "description": "This extension replaces the new tab page for note taking.",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "jot.html"
    },
    "icons": {
        "128": "icon128.png"
    }
}