Markdown File Reader
Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
Co to jest Markdown File Reader?
Markdown File Reader to rozszerzenie Chrome opracowane przez leewind19841209, a jego główną funkcją jest „Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Markdown File Reader
Pobierz pliki rozszerzeń Markdown File Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Markdown File Reader |
ID | afcmlpnpmdljjlcpmlcnlokilglejfga |
Oficjalny URL | https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga |
Opis | Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html. |
Rozmiar pliku | 62.25 KB |
Liczba instalacji | 714 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2013-12-27 |
Data Publikacji | 2013-12-27 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | leewind19841209 |
Typ Płatności | free |
Obsługiwane Języki | 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 } |