MadNotes
Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.
Wat is MadNotes?
MadNotes is een Chrome-extensie ontwikkeld door https://madnotes.app, en de belangrijkste functie is "Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.".
Extensie Screenshots
Download het CRX-bestand van de extensie MadNotes
Download MadNotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | MadNotes |
ID | fmjlhaobdnjacieihgolmlcenngjkibd |
Officiële URL | https://chromewebstore.google.com/detail/madnotes/fmjlhaobdnjacieihgolmlcenngjkibd |
Beschrijving | Minimalistic markdown notepad. Boost your efficiency with quick note-taking app. |
Bestandsgrootte | 1.94 MB |
Aantal Installaties | 240 |
Huidige Versie | 2.0.2 |
Laatst Bijgewerkt | 2023-05-24 |
Publicatiedatum | 2022-10-19 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://madnotes.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://madnotes.app |
Help Pagina-URL | https://github.com/BracketSpace/MadNotes/discussions |
Ondersteunde Talen | 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" ] } |