Markdown Editor(WYSIWYG) for Trello
Use Markdown Editor(WYSIWYG) to write down the description easily
What is Markdown Editor(WYSIWYG) for Trello?
Markdown Editor(WYSIWYG) for Trello is a Chrome extension developed by Sangsoo Nam, and its main feature is "Use Markdown Editor(WYSIWYG) to write down the description easily".
Extension Screenshots
Download Markdown Editor(WYSIWYG) for Trello Extension CRX File
Download Markdown Editor(WYSIWYG) for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Mardown Editor(WYSIWYG) for Trello, which helps writing the description easily.
Extension Basic Information
Name | Markdown Editor(WYSIWYG) for Trello |
ID | agfkmegpfjkphpdpjkajccpcgmackcgm |
Official URL | https://chromewebstore.google.com/detail/markdown-editorwysiwyg-fo/agfkmegpfjkphpdpjkajccpcgmackcgm |
Description | Use Markdown Editor(WYSIWYG) to write down the description easily |
File Size | 597 KB |
Installation Count | 49 |
Current Version | 1.1.1 |
Last Updated | 2022-03-28 |
Publish Date | 2022-03-18 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Sangsoo Nam |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SangsooNam/chrome-markdown-editor-wysiwyg-for-trello/ |
Help Page URL | https://github.com/SangsooNam/chrome-markdown-editor-wysiwyg-for-trello/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Markdown Editor(WYSIWYG) for Trello", "description": "Use Markdown Editor(WYSIWYG) to write down the description easily", "content_scripts": [ { "css": [ "simplemde.min.css", "style.css" ], "js": [ "jquery-3.6.0.min.js", "simplemde.min.js", "background.js" ], "matches": [ "*:\/\/trello.com\/*" ] } ], "icons": { "128": "image\/icon.png" }, "version": "1.1.1" } |