Markdown Cheatsheet

This extension shows markdown cheatsheet

Co to jest Markdown Cheatsheet?

Markdown Cheatsheet to rozszerzenie Chrome opracowane przez greybax, a jego główną funkcją jest „This extension shows markdown cheatsheet”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Markdown Cheatsheet

Pobierz pliki rozszerzeń Markdown Cheatsheet 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Markdown Cheatsheet Markdown Cheatsheet
ID hoglmefbfenoehjeblinfijldanifljm
Oficjalny URL https://chromewebstore.google.com/detail/markdown-cheatsheet/hoglmefbfenoehjeblinfijldanifljm
Opis This extension shows markdown cheatsheet
Rozmiar pliku 79.84 KB
Liczba instalacji 1,062
Aktualna Wersja 2.2.1
Ostatnia Aktualizacja 2022-09-26
Data Publikacji 2018-11-13
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper greybax
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/greybax/MarkdownCheatsheet
Adres URL Strony Pomocy https://github.com/greybax/MarkdownCheatsheet/issues
Obsługiwane Języki 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"
}