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",
"name": "Notion Power",
"version": "1.18.8",
"description": "Numerous customization features, enhancing UX\/UI for Notion page. Fixed TOC, change theme and font, scroll-to-top button, more...",
"manifest_version": 3,
"author": "Kevin",
"action": {
"default_popup": "index.html",
"default_title": "Notion Power: Empower your notion experience",
"default_icon": {
"16": "src\/assets\/logo.png",
"24": "src\/assets\/logo.png",
"32": "src\/assets\/logo.png"
}
},
"content_scripts": [
{
"js": [
"assets\/content.tsx-loader-283febde.js"
],
"matches": [
"*:\/\/*.notion.so\/*",
"*:\/\/*.notion.site\/*"
],
"css": [
"assets\/content-b5ca127c.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"tabs",
"scripting",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.notion.site\/*",
"*:\/\/*.notion.so\/*"
],
"resources": [
"assets\/logo-997c6194.png",
"assets\/icon-collapse-b33b49ee.svg",
"assets\/logo-a36fea92.js",
"assets\/const-4b2aa4dd.js",
"assets\/content.tsx-05fc40c7.js"
],
"use_dynamic_url": false
}
]
}