Markdown Sticky Notes
Markdown Sticky Notes web extension
什么是Markdown Sticky Notes?
Markdown Sticky Notes是由qiweiyang开发的Chrome扩展程序,该扩展的主要功能是“Markdown Sticky Notes web extension”。
扩展截图
下载Markdown Sticky Notes扩展crx文件
下载Markdown Sticky Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A *Markdown* Sticky Note that can be used in web pages.
Features:
- Create new notes by clicking on the extension icon
- Auto save content and position in the web page
- Nice markdown editor & result
- Draggable, resizable
- Multiple editor theme and font styles
- Shortcut: alt + m (mac: option + m)
- SPA support
(If there are bugs/feature suggestions, please email me or raise an issue on GitHub) 扩展基本信息
| 名称 | |
| ID | aiakblgmlabokilgljkglggnpflljdgp |
| 官方URL | https://chromewebstore.google.com/detail/markdown-sticky-notes/aiakblgmlabokilgljkglggnpflljdgp |
| 简介 | Markdown Sticky Notes web extension |
| 文件大小 | 1.3 MB |
| 安装次数 | 415 |
| 当前版本 | 0.2.1 |
| 更新时间 | 2024-03-01 |
| 上架时间 | 2020-05-09 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | qiweiyang |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/qiweiii/markdown-sticky-notes |
| 帮助页面URL | https://github.com/qiweiii/markdown-sticky-notes |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Markdown Sticky Notes",
"description": "Markdown Sticky Notes web extension",
"version": "0.2.1",
"short_name": "markdown-sticky-notes",
"icons": {
"16": "icon\/notes16.png",
"32": "icon\/notes32.png",
"64": "icon\/notes64.png",
"128": "icon\/notes128.png"
},
"commands": {
"create-note": {
"suggested_key": {
"default": "Alt+M"
},
"description": "Run \"create-note\" on the current page."
}
},
"action": [],
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
" | |