MadNotes
Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.
Cos'è MadNotes?
MadNotes è un'estensione di Chrome sviluppata da https://madnotes.app, e la sua funzione principale è "Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MadNotes
Scarica i file di estensione MadNotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | MadNotes |
ID | fmjlhaobdnjacieihgolmlcenngjkibd |
URL Ufficiale | https://chromewebstore.google.com/detail/madnotes/fmjlhaobdnjacieihgolmlcenngjkibd |
Descrizione | Minimalistic markdown notepad. Boost your efficiency with quick note-taking app. |
Dimensione del File | 1.94 MB |
Conteggio Installazioni | 240 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2023-05-24 |
Data di Pubblicazione | 2022-10-19 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | https://madnotes.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://madnotes.app |
URL della Pagina di Aiuto | https://github.com/BracketSpace/MadNotes/discussions |
Lingue Supportate | 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" ] } |