Markdown Sticky Notes
Markdown Sticky Notes web extension
Co to jest Markdown Sticky Notes?
Markdown Sticky Notes to rozszerzenie Chrome opracowane przez qiweiyang, a jego główną funkcją jest „Markdown Sticky Notes web extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Markdown Sticky Notes
Pobierz pliki rozszerzeń Markdown Sticky Notes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | aiakblgmlabokilgljkglggnpflljdgp |
| Oficjalny URL | https://chromewebstore.google.com/detail/markdown-sticky-notes/aiakblgmlabokilgljkglggnpflljdgp |
| Opis | Markdown Sticky Notes web extension |
| Rozmiar pliku | 1.3 MB |
| Liczba instalacji | 415 |
| Aktualna Wersja | 0.2.1 |
| Ostatnia Aktualizacja | 2024-03-01 |
| Data Publikacji | 2020-05-09 |
| Ocena | 4.33/5 Łącznie 6 Oceny |
| Deweloper | qiweiyang |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/qiweiii/markdown-sticky-notes |
| Adres URL Strony Pomocy | https://github.com/qiweiii/markdown-sticky-notes |
| Obsługiwane Języki | 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": [
" | |