Markdown File Reader
Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
Co je Markdown File Reader?
Markdown File Reader je rozšíření Chrome vyvinuté leewind19841209, a jeho hlavní funkcí je „Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Markdown File Reader
Stáhněte si soubory rozšíření Markdown File Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Markdown File Reader |
ID | afcmlpnpmdljjlcpmlcnlokilglejfga |
Oficiální URL | https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga |
Popis | Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html. |
Velikost souboru | 62.25 KB |
Počet instalací | 714 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2013-12-27 |
Datum Vydání | 2013-12-27 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | leewind19841209 |
Typ Platby | free |
Podporované Jazyky | 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 } |