Inspect and view changes in NotionPlus 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",
"name": "NotionPlus",
"version": "1.9.10",
"description": "Programming in Notion.so",
"permissions": [
"storage"
],
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"*://www.notion.so/*"
],
"js": [
"/static/js/plus.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "logo/img_0628_16.png",
"32": "logo/img_0628_32.png",
"48": "logo/img_0628_48.png",
"128": "logo/img_0628_128.png"
},
"manifest_version": 2
}