NewTab Memo

Transforms Chrome new tabs into memopads. Type, edit, and save text.

What is NewTab Memo?

NewTab Memo is a Chrome extension developed by nc-dev, and its main feature is "Transforms Chrome new tabs into memopads. Type, edit, and save text.".

Extension Screenshots

screenshot
screenshot

Download NewTab Memo Extension CRX File

Download NewTab Memo 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

                        Ideal for jotting down notes. Only stores text locally, without any external tracking or storage.

★ Features ★
- Works offline
- Autosaves text
- Curated themes
- Custom web fonts
- Lightweight (~30 KiB) and only "Vanilla JS"

= = = = = = = = = =
Changelog 
(most recent updates)

v1.1.2
- positioning bug fix

v1.1.1
- New text editing lock/unlock button and indicator
- New theme: Cookies 'n Cream
- New text styling buttons: bold, italics, underline, strikethrough, indent, outdent,

v1.1.0
- Moving some experimental features to stable
- Options page changes to display current CSS settings                    

Extension Basic Information

Name NewTab Memo NewTab Memo
ID gmahiocgkhbehfpmdndjpppdehlccaoh
Official URL https://chromewebstore.google.com/detail/newtab-memo/gmahiocgkhbehfpmdndjpppdehlccaoh
Description Transforms Chrome new tabs into memopads. Type, edit, and save text.
File Size 24.05 KB
Installation Count 138
Current Version 1.1.2
Last Updated 2021-01-15
Publish Date 2017-06-28
Rating 4.33/5 Total 6 Ratings
Developer nc-dev
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewTab Memo",
    "version": "1.1.2",
    "description": "Transforms Chrome new tabs into memopads. Type, edit, and save text.",
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "NewTab Memo",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "save_changes": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            },
            "description": "Save text changes"
        }
    }
}