MadNotes

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

MadNotes là gì?

MadNotes là một tiện ích mở rộng Chrome được phát triển bởi https://madnotes.app, và tính năng chính của nó là "Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MadNotes

Tải xuống các tệp mở rộng MadNotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MadNotes MadNotes
ID fmjlhaobdnjacieihgolmlcenngjkibd
URL Chính Thức https://chromewebstore.google.com/detail/madnotes/fmjlhaobdnjacieihgolmlcenngjkibd
Mô tả Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.
Kích Thước Tệp 1.94 MB
Số Lần Cài Đặt 240
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2023-05-24
Ngày Phát Hành 2022-10-19
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://madnotes.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://madnotes.app
URL Trang Trợ Giúp https://github.com/BracketSpace/MadNotes/discussions
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}