Markdown File Reader

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

Qu'est-ce que Markdown File Reader ?

Markdown File Reader est une extension Chrome développée par leewind19841209, et sa fonction principale est "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Markdown File Reader

Téléchargez les fichiers d'extension Markdown File Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Markdown File Reader Markdown File Reader
ID afcmlpnpmdljjlcpmlcnlokilglejfga
URL Officiel https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga
Description Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
Taille du Fichier 62.25 KB
Nombre d'Installations 714
Version Actuelle 0.2
Dernière Mise à Jour 2013-12-27
Date de Publication 2013-12-27
Évaluation 3.00/5 Total 2 Évaluations
Développeur leewind19841209
Type de Paiement free
Langues Prises en Charge 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
}