MS Planner Markdown Extension
adds markdown to planner
What is MS Planner Markdown Extension?
MS Planner Markdown Extension is a Chrome extension developed by heffa2004, and its main feature is "adds markdown to planner".
Extension Screenshots
Download MS Planner Markdown Extension Extension CRX File
Download MS Planner Markdown Extension 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
This extension allows you to use markdown in MS planner's "note" section. Other people in your team will need this extension in order for them to also see your markdown formatting.
Extension Basic Information
Name | MS Planner Markdown Extension |
ID | lblllkkilkpgkmcgfllmfhopdmkoacii |
Official URL | https://chromewebstore.google.com/detail/ms-planner-markdown-exten/lblllkkilkpgkmcgfllmfhopdmkoacii |
Description | adds markdown to planner |
File Size | 58.87 KB |
Installation Count | 160 |
Current Version | 1.3 |
Last Updated | 2022-07-07 |
Publish Date | 2021-02-14 |
Rating | 4.50/5 Total 2 Ratings |
Developer | heffa2004 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/MattHeffNT/markdown-msplanner |
Help Page URL | https://github.com/MattHeffNT/markdown-msplanner/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MS Planner Markdown Extension", "description": "adds markdown to planner", "version": "1.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/tasks.office.com\/*" ], "css": [ ".\/planner.css" ], "js": [ "main.js" ], "run_at": "document_idle" } ] } |