Inspect and view changes in Notion to Slides by Slides Generator source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Notion to Slides by Slides Generator",
"version": "1.3",
"description": "Convert Notion Pages to presentation slides in just a few clicks",
"permissions": [
"activeTab",
"contextMenus"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "slides_generator_icon_16.png",
"32": "slides_generator_icon_32.png",
"48": "slides_generator_icon_48.png",
"128": "slides_generator_icon_128.png"
}
}