Markdown File Reader
Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
Wat is Markdown File Reader?
Markdown File Reader is een Chrome-extensie ontwikkeld door leewind19841209, en de belangrijkste functie is "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.".
Extensie Screenshots
Download het CRX-bestand van de extensie Markdown File Reader
Download Markdown File Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | afcmlpnpmdljjlcpmlcnlokilglejfga |
| Officiële URL | https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga |
| Beschrijving | Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html. |
| Bestandsgrootte | 62.25 KB |
| Aantal Installaties | 714 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2013-12-27 |
| Publicatiedatum | 2013-12-27 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | leewind19841209 |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |