Gist Markdown Preview
helps to preview the markdown while creating a markdown gist
O que é Gist Markdown Preview?
Gist Markdown Preview é uma extensão do Chrome desenvolvida por https://blog.revathskumar.com, e sua principal característica é "helps to preview the markdown while creating a markdown gist".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gist Markdown Preview
Baixe arquivos de extensão Gist Markdown Preview 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
The option is visible only when you choose the filetype as markdown or your filename ends with .md * updated for latest changes in gist.github.com design CHANGES on 2017/04/12 * updates to latest github changes * Removed the css from loading and breaking http://gist.github.com * Fixes the issue with appearing multiple preview buttons on multiple markdown files CHANGES on 2018/01/03 * updates to latest github changes CHANGES on 2018/01/20 * Support for Github flavoured markdown
Informações Básicas da Extensão
Nome | Gist Markdown Preview |
ID | icgfmklfpokeihbnnjjdpnjndickgpkh |
URL Oficial | https://chromewebstore.google.com/detail/gist-markdown-preview/icgfmklfpokeihbnnjjdpnjndickgpkh |
Descrição | helps to preview the markdown while creating a markdown gist |
Tamanho do Arquivo | 139 KB |
Contagem de Instalações | 445 |
Versão Atual | 2.0.3 |
Última Atualização | 2018-01-19 |
Data de Publicação | 2018-01-19 |
Classificação | 4.00/5 Total de 6 Avaliações |
Desenvolvedor | https://blog.revathskumar.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/revathskumar/gist-markdown-preview |
URL da Página de Ajuda | https://github.com/revathskumar/gist-markdown-preview/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gist Markdown Preview", "version": "2.0.3", "description": "helps to preview the markdown while creating a markdown gist", "manifest_version": 2, "icons": { "16": "img\/gist16.png", "48": "img\/gist48.png", "128": "img\/gist128.png" }, "homepage_url": "https:\/\/github.com\/revathskumar\/gist-markdown-preview", "content_scripts": [ { "matches": [ "https:\/\/gist.github.com\/", "https:\/\/gist.github.com\/*\/*\/edit" ], "js": [ "js\/marked.js", "gist_markdown_preview.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/gist.github.com\/" ] } |