Markdown File Reader

Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.

Cos'è Markdown File Reader?

Markdown File Reader è un'estensione di Chrome sviluppata da leewind19841209, e la sua funzione principale è "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Markdown File Reader

Scarica i file di estensione Markdown File Reader 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

                        Get source code at https://github.com/leewind/leewind-markdown-md

Features:

+ Transfer markdown file to html file in Chrome
+ Select different code themes
+ Auto detect the makrdown files and transfer files                    

Informazioni di Base sull'Estensione

Nome Markdown File Reader Markdown File Reader
ID afcmlpnpmdljjlcpmlcnlokilglejfga
URL Ufficiale https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga
Descrizione Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
Dimensione del File 62.25 KB
Conteggio Installazioni 714
Versione Corrente 0.2
Ultimo Aggiornamento 2013-12-27
Data di Pubblicazione 2013-12-27
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore leewind19841209
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markdown File Reader",
    "description": "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.",
    "version": "0.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "file:\/\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "common\/base.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon\/markdown_16x16.png",
        "48": "icon\/markdown_48x48.png",
        "128": "icon\/markdown_128x128.png"
    },
    "browser_action": {
        "default_title": "Markdown File Reader",
        "default_icon": "icon\/markdown_128x128.png",
        "default_popup": "pop.html"
    },
    "manifest_version": 2,
    "offline_enabled": true
}