Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Table of Contents Generator for Medium",
"version": "1.0",
"description": "Add a table of contents to your medium blog post",
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/medium.com\/*"
]
}
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"1024": "icon.png"
},
"permissions": []
}