MadNotes
Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.
什么是MadNotes?
MadNotes是由https://madnotes.app开发的Chrome扩展程序,该扩展的主要功能是“Minimalistic markdown notepad. Boost your efficiency with quick note-taking app.”。
扩展截图
下载MadNotes扩展crx文件
下载MadNotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | fmjlhaobdnjacieihgolmlcenngjkibd |
| 官方URL | https://chromewebstore.google.com/detail/madnotes/fmjlhaobdnjacieihgolmlcenngjkibd |
| 简介 | Minimalistic markdown notepad. Boost your efficiency with quick note-taking app. |
| 文件大小 | 1.94 MB |
| 安装次数 | 240 |
| 当前版本 | 2.0.2 |
| 更新时间 | 2023-05-24 |
| 上架时间 | 2022-10-19 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | https://madnotes.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://madnotes.app |
| 帮助页面URL | https://github.com/BracketSpace/MadNotes/discussions |
| 支持的语言 | 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"
]
} | |