MadNotes

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

Apa itu MadNotes?

MadNotes adalah ekstensi Chrome yang dikembangkan oleh https://madnotes.app, dan fitur utamanya adalah "Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi MadNotes

Unduh file ekstensi MadNotes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama MadNotes MadNotes
ID fmjlhaobdnjacieihgolmlcenngjkibd
URL Resmi https://chromewebstore.google.com/detail/madnotes/fmjlhaobdnjacieihgolmlcenngjkibd
Deskripsi Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.
Ukuran File 1.94 MB
Jumlah Instalasi 240
Versi Saat Ini 2.0.2
Terakhir Diperbarui 2023-05-24
Tanggal Publikasi 2022-10-19
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://madnotes.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://madnotes.app
URL Halaman Bantuan https://github.com/BracketSpace/MadNotes/discussions
Bahasa yang Didukung 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"
    ]
}