Make TODO and Markdown at your hands
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "ToDo Markdown",
"version": "1.0",
"description": "Make TODO and Markdown at your hands",
"icons": {
"32": "res/image/icon.png"
},
"chrome_url_overrides": {
"newtab": "html/editor.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}