MadNotes

Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.

What is MadNotes?

MadNotes is a Chrome extension developed by https://madnotes.app, and its main feature is "Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.".

Extension Screenshots

screenshot
screenshot
screenshot

Download MadNotes Extension CRX File

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

                        MadNotes is a minimalistic markdown notepad. Opened in a new tab, always at hand, fast to write, and private.

🚀 FEATURES
- New tab, beautiful editor
- Easy markdown editor with preview
- Rich text formatting with headings, lists, and tables
- Private by design

✨ PRO FEATURES
- Note synchronization between multiple devices
- Unlimited docs
- Privacy Settings & Encryption
- Dark & Light Mode                    

Extension Basic Information

Name MadNotes MadNotes
ID fmjlhaobdnjacieihgolmlcenngjkibd
Official URL https://chromewebstore.google.com/detail/madnotes/fmjlhaobdnjacieihgolmlcenngjkibd
Description Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.
File Size 1.94 MB
Installation Count 240
Current Version 2.0.2
Last Updated 2023-05-24
Publish Date 2022-10-19
Rating 5.00/5 Total 7 Ratings
Developer https://madnotes.app
Email [email protected]
Payment Type free
Extension Website https://madnotes.app
Help Page URL https://github.com/BracketSpace/MadNotes/discussions
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MadNotes",
    "description": "Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.",
    "version": "2.0.2",
    "author": "Department of Web",
    "homepage_url": "https:\/\/madnotes.app",
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "plugin.html"
    },
    "permissions": [
        "storage"
    ]
}