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 |
| 官方網址 | 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": [
" | |