Markdown Editor for Trello
Use markdown syntax in Trello cards easily
What is Markdown Editor for Trello?
Markdown Editor for Trello is a Chrome extension developed by DAMIR.IN, and its main feature is "Use markdown syntax in Trello cards easily".
Extension Screenshots
Download Markdown Editor for Trello Extension CRX File
Download Markdown Editor 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
You can use all features supported Markdown in Trello: 1. Make text bold, italic 2. Heading 3. Quote 4. Lists 5. Images, links
Extension Basic Information
Name | Markdown Editor for Trello |
ID | dljepnnpmkobafhblnkifghecgmoknpo |
Official URL | https://chromewebstore.google.com/detail/markdown-editor-for-trell/dljepnnpmkobafhblnkifghecgmoknpo |
Description | Use markdown syntax in Trello cards easily |
File Size | 127 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2021-03-31 |
Publish Date | 2021-03-25 |
Developer | DAMIR.IN |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Markdown Editor for Trello", "description": "Use markdown syntax in Trello cards easily", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/trello.com\/*" ], "js": [ "jquery-3.6.0.min.js", "simplemde.min.js", "background.js" ], "css": [ "simplemde.min.css", "style.css" ] } ], "permissions": [ "*:\/\/trello.com\/*" ], "manifest_version": 2, "icons": { "128": "128.png", "48": "48.png" } } |