Markdown Cheatsheet

This extension shows markdown cheatsheet

Wat is Markdown Cheatsheet?

Markdown Cheatsheet is een Chrome-extensie ontwikkeld door greybax, en de belangrijkste functie is "This extension shows markdown cheatsheet".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Markdown Cheatsheet

Download Markdown Cheatsheet-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

                        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).                    

Basisinformatie over de Extensie

Naam Markdown Cheatsheet Markdown Cheatsheet
ID hoglmefbfenoehjeblinfijldanifljm
Officiële URL https://chromewebstore.google.com/detail/markdown-cheatsheet/hoglmefbfenoehjeblinfijldanifljm
Beschrijving This extension shows markdown cheatsheet
Bestandsgrootte 79.84 KB
Aantal Installaties 1,062
Huidige Versie 2.2.1
Laatst Bijgewerkt 2022-09-26
Publicatiedatum 2018-11-13
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar greybax
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/greybax/MarkdownCheatsheet
Help Pagina-URL https://github.com/greybax/MarkdownCheatsheet/issues
Ondersteunde Talen 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"
}