Markdown File Reader
Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
O que é Markdown File Reader?
Markdown File Reader é uma extensão do Chrome desenvolvida por leewind19841209, e sua principal característica é "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Markdown File Reader
Baixe arquivos de extensão Markdown File Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Markdown File Reader |
ID | afcmlpnpmdljjlcpmlcnlokilglejfga |
URL Oficial | https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga |
Descrição | Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html. |
Tamanho do Arquivo | 62.25 KB |
Contagem de Instalações | 714 |
Versão Atual | 0.2 |
Última Atualização | 2013-12-27 |
Data de Publicação | 2013-12-27 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | leewind19841209 |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |