MemoPad New Tab

Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.

What is MemoPad New Tab?

MemoPad New Tab is a Chrome extension developed by nojaja, and its main feature is "Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download MemoPad New Tab Extension CRX File

Download MemoPad New 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

                        Memopad New Tab makes it a Markdown editor instead of the default "New Tab" in Google Chrome.

 Open a new tab to 🗒️ take notes, save ⏰ reminders, 🔗 paste links, or create a table.    
 The emphasis is on quick, clean, and simple to use as an alternative to the default "New Tab".

* Easy.  
You can open a new tab and write whatever you like.  
The next time you open a new tab, you'll still have what you entered last time.

* Note list.  
You can create multiple notes as needed.

* Powerful.  
By using Markdown syntax, you can express yourself in a variety of ways.  
See [this great guide] (https://github.github.com/gfm/) for Markdown syntax.

* Offline description  
Memopad New Tab is stored in the browser, not on the server.  
You can create and edit notes offline as well.                    

Extension Basic Information

Name MemoPad New Tab MemoPad New Tab
ID iohinadgijcpmclidcgalomljfabkpde
Official URL https://chromewebstore.google.com/detail/memopad-new-tab/iohinadgijcpmclidcgalomljfabkpde
Description Memopad New Tab makes it a Markdown editor instead of the default [New Tab] in Google Chrome.
File Size 9.05 MB
Installation Count 19
Current Version 0.0.13
Last Updated 2022-01-29
Publish Date 2020-04-20
Rating 2.00/5 Total 1 Ratings
Developer nojaja
Email [email protected]
Payment Type free
Extension Website https://github.com/nojaja/memopad-new-tab#readme
Help Page URL https://github.com/nojaja/memopad-new-tab/issues
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "icons": {
        "42": "icons\/icon_42.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon_32.png"
        }
    },
    "version": "0.0.13",
    "offline_enabled": true,
    "permissions": [],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}