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": "Notion Date Filler",
"description": "This Extension helps you to autofill the date in your Notion database.",
"version": "1.0.2",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/calendar-16.png",
"32": "images\/calendar-32.png",
"48": "images\/calendar-48.png",
"128": "images\/calendar-128.png"
}
},
"icons": {
"16": "images\/calendar-16.png",
"32": "images\/calendar-32.png",
"48": "images\/calendar-48.png",
"128": "images\/calendar-128.png"
},
"content_security_policy": {
"script-src": "'self'",
"object-src": "'none'"
}
}