Mrkdown.io - Markdown Editor
Convert markdown to html and preview side by side.
Qu'est-ce que Mrkdown.io - Markdown Editor ?
Mrkdown.io - Markdown Editor est une extension Chrome développée par https://mrkdown.io, et sa fonction principale est "Convert markdown to html and preview side by side.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mrkdown.io - Markdown Editor
Téléchargez les fichiers d'extension Mrkdown.io - Markdown Editor 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
This fast and friendly markdown editor lets you quickly convert your markdown text to HTML. See an instant conversion of your text to HTML with side-by-side preview. Copy, download, or publish your HTML and share it with friends. Try it and then leave a review to help us grow! Let us know if we can make this program better. View the full application at http://mrkdown.io
Informations de Base sur l'Extension
Nom | Mrkdown.io - Markdown Editor |
ID | jkakmifiinaphkjndehhmochiechdimo |
URL Officiel | https://chromewebstore.google.com/detail/mrkdownio-markdown-editor/jkakmifiinaphkjndehhmochiechdimo |
Description | Convert markdown to html and preview side by side. |
Taille du Fichier | 6.85 KB |
Nombre d'Installations | 287 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2018-01-23 |
Date de Publication | 2018-01-22 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://mrkdown.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://mrkdown.io |
URL de la Page de Politique de Confidentialité | http://box9studios.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "name": "Mrkdown.io - Markdown Editor", "short_name": "Mrkdown.io", "description": "Convert markdown to html and preview side by side.", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": [], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" } } |