Markdown Sticky Notes
Markdown Sticky Notes web extension
Was ist Markdown Sticky Notes?
Markdown Sticky Notes ist eine Chrome-Erweiterung, die von qiweiyang entwickelt wurde, und ihr Hauptmerkmal ist "Markdown Sticky Notes web extension".
Erweiterungsscreenshots
Markdown Sticky Notes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Markdown Sticky Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aiakblgmlabokilgljkglggnpflljdgp |
| Offizielle URL | https://chromewebstore.google.com/detail/markdown-sticky-notes/aiakblgmlabokilgljkglggnpflljdgp |
| Beschreibung | Markdown Sticky Notes web extension |
| Dateigröße | 1.3 MB |
| Installationsanzahl | 415 |
| Aktuelle Version | 0.2.1 |
| Letztes Update | 2024-03-01 |
| Veröffentlichungsdatum | 2020-05-09 |
| Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
| Entwickler | qiweiyang |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/qiweiii/markdown-sticky-notes |
| Hilfeseite URL | https://github.com/qiweiii/markdown-sticky-notes |
| Unterstützte Sprachen | 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": [
" | |