Gist Markdown Preview
helps to preview the markdown while creating a markdown gist
Qu'est-ce que Gist Markdown Preview ?
Gist Markdown Preview est une extension Chrome développée par https://blog.revathskumar.com, et sa fonction principale est "helps to preview the markdown while creating a markdown gist".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gist Markdown Preview
Téléchargez les fichiers d'extension Gist Markdown Preview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Gist Markdown Preview |
ID | icgfmklfpokeihbnnjjdpnjndickgpkh |
URL Officiel | https://chromewebstore.google.com/detail/gist-markdown-preview/icgfmklfpokeihbnnjjdpnjndickgpkh |
Description | helps to preview the markdown while creating a markdown gist |
Taille du Fichier | 139 KB |
Nombre d'Installations | 445 |
Version Actuelle | 2.0.3 |
Dernière Mise à Jour | 2018-01-19 |
Date de Publication | 2018-01-19 |
Évaluation | 4.00/5 Total 6 Évaluations |
Développeur | https://blog.revathskumar.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/revathskumar/gist-markdown-preview |
URL de la Page d'Aide | https://github.com/revathskumar/gist-markdown-preview/issues |
Langues Prises en Charge | 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\/" ] } |