MadNotes

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

Was ist MadNotes?

MadNotes ist eine Chrome-Erweiterung, die von https://madnotes.app entwickelt wurde, und ihr Hauptmerkmal ist "Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

MadNotes-Erweiterungs-CRX-Datei herunterladen

Laden Sie MadNotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MadNotes MadNotes
ID fmjlhaobdnjacieihgolmlcenngjkibd
Offizielle URL https://chromewebstore.google.com/detail/madnotes/fmjlhaobdnjacieihgolmlcenngjkibd
Beschreibung Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.
Dateigröße 1.94 MB
Installationsanzahl 240
Aktuelle Version 2.0.2
Letztes Update 2023-05-24
Veröffentlichungsdatum 2022-10-19
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://madnotes.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://madnotes.app
Hilfeseite URL https://github.com/BracketSpace/MadNotes/discussions
Unterstützte Sprachen 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"
    ]
}