MadNotes
Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.
Qu'est-ce que MadNotes ?
MadNotes est une extension Chrome développée par https://madnotes.app, et sa fonction principale est "Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MadNotes
Téléchargez les fichiers d'extension MadNotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | MadNotes |
ID | fmjlhaobdnjacieihgolmlcenngjkibd |
URL Officiel | https://chromewebstore.google.com/detail/madnotes/fmjlhaobdnjacieihgolmlcenngjkibd |
Description | Minimalistic markdown notepad. Boost your efficiency with quick note-taking app. |
Taille du Fichier | 1.94 MB |
Nombre d'Installations | 240 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2023-05-24 |
Date de Publication | 2022-10-19 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://madnotes.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://madnotes.app |
URL de la Page d'Aide | https://github.com/BracketSpace/MadNotes/discussions |
Langues Prises en Charge | 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" ] } |