Markdown Cheatsheet
This extension shows markdown cheatsheet
Was ist Markdown Cheatsheet?
Markdown Cheatsheet ist eine Chrome-Erweiterung, die von greybax entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows markdown cheatsheet".
Erweiterungsscreenshots
Markdown Cheatsheet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Markdown Cheatsheet-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
This is handy markdown cheatsheet. For now you shouldn't remember any markdown tag and surf the internet that found it. Just one click to this extension and you can see all markdown tags. It's very useful extension if we work a lot of with markdown. Updates: * v2.2.0 - manifest v3 * v2.1.0 - ability to copy the text via copy button Features: 2 Tabs with Markdown syntaxes: * Basic Markdown * GitHub Markdown Flavored (GFM).
Grundlegende Informationen zur Erweiterung
Name | Markdown Cheatsheet |
ID | hoglmefbfenoehjeblinfijldanifljm |
Offizielle URL | https://chromewebstore.google.com/detail/markdown-cheatsheet/hoglmefbfenoehjeblinfijldanifljm |
Beschreibung | This extension shows markdown cheatsheet |
Dateigröße | 79.84 KB |
Installationsanzahl | 1,062 |
Aktuelle Version | 2.2.1 |
Letztes Update | 2022-09-26 |
Veröffentlichungsdatum | 2018-11-13 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | greybax |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/greybax/MarkdownCheatsheet |
Hilfeseite URL | https://github.com/greybax/MarkdownCheatsheet/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Markdown Cheatsheet", "description": "This extension shows markdown cheatsheet", "action": { "default_icon": "images\/default_icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "version": "2.2.1" } |