MadNotes
Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.
Hvad er MadNotes?
MadNotes er en Chrome-udvidelse udviklet af https://madnotes.app, og dens hovedfunktion er "Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.".
Udvidelsesskærmbilleder
Download MadNotes-udvidelses-CRX-fil
Download MadNotes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | MadNotes |
ID | fmjlhaobdnjacieihgolmlcenngjkibd |
Officiel URL | https://chromewebstore.google.com/detail/madnotes/fmjlhaobdnjacieihgolmlcenngjkibd |
Beskrivelse | Minimalistic markdown notepad. Boost your efficiency with quick note-taking app. |
Filstørrelse | 1.94 MB |
Antal Installationer | 240 |
Nuværende Version | 2.0.2 |
Senest Opdateret | 2023-05-24 |
Udgivelsesdato | 2022-10-19 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | https://madnotes.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://madnotes.app |
Hjælpeside-URL | https://github.com/BracketSpace/MadNotes/discussions |
Understøttede Sprog | 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" ] } |