Markdown Sticky Notes
Markdown Sticky Notes web extension
Wat is Markdown Sticky Notes?
Markdown Sticky Notes is een Chrome-extensie ontwikkeld door qiweiyang, en de belangrijkste functie is "Markdown Sticky Notes web extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Markdown Sticky Notes
Download Markdown Sticky Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Markdown Sticky Notes |
ID | aiakblgmlabokilgljkglggnpflljdgp |
Officiële URL | https://chromewebstore.google.com/detail/markdown-sticky-notes/aiakblgmlabokilgljkglggnpflljdgp |
Beschrijving | Markdown Sticky Notes web extension |
Bestandsgrootte | 1.3 MB |
Aantal Installaties | 415 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2024-03-01 |
Publicatiedatum | 2020-05-09 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | qiweiyang |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/qiweiii/markdown-sticky-notes |
Help Pagina-URL | https://github.com/qiweiii/markdown-sticky-notes |
Ondersteunde Talen | 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": [ " |