Markdown Cheatsheet

This extension shows markdown cheatsheet

O que é Markdown Cheatsheet?

Markdown Cheatsheet é uma extensão do Chrome desenvolvida por greybax, e sua principal característica é "This extension shows markdown cheatsheet".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Markdown Cheatsheet

Baixe arquivos de extensão Markdown Cheatsheet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Markdown Cheatsheet Markdown Cheatsheet
ID hoglmefbfenoehjeblinfijldanifljm
URL Oficial https://chromewebstore.google.com/detail/markdown-cheatsheet/hoglmefbfenoehjeblinfijldanifljm
Descrição This extension shows markdown cheatsheet
Tamanho do Arquivo 79.84 KB
Contagem de Instalações 1,062
Versão Atual 2.2.1
Última Atualização 2022-09-26
Data de Publicação 2018-11-13
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor greybax
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/greybax/MarkdownCheatsheet
URL da Página de Ajuda https://github.com/greybax/MarkdownCheatsheet/issues
Idiomas Suportados 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"
}