Markdown Cheatsheet

This extension displays information on Markdown & Github-flavored Markdown syntax.

Cos'è Markdown Cheatsheet?

Markdown Cheatsheet è un'estensione di Chrome sviluppata da Luke Hansford, e la sua funzione principale è "This extension displays information on Markdown & Github-flavored Markdown syntax.".

Scarica il file CRX dell'estensione Markdown Cheatsheet

Scarica i file di estensione Markdown Cheatsheet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is an extension to display syntax for Markdown. It offers syntax for classic Markdown and Github-Flavoured Markdown.                    

Informazioni di Base sull'Estensione

Nome Markdown Cheatsheet Markdown Cheatsheet
ID emhgildahddanmobbelbokiokpgddadi
URL Ufficiale https://chrome.google.com/webstore/detail/markdown-cheatsheet/emhgildahddanmobbelbokiokpgddadi
Descrizione This extension displays information on Markdown & Github-flavored Markdown syntax.
Dimensione del File 9.23 KB
Conteggio Installazioni 14
Versione Corrente 1.1
Ultimo Aggiornamento 2016-01-10
Data di Pubblicazione 2016-01-10
Sviluppatore Luke Hansford
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Markdown Cheatsheet",
    "description": "This extension displays information on Markdown & Github-flavored Markdown syntax.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "tabs.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Markdown Cheatsheet"
    }
}