WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Save to Notion

Save to Notion

View on Chrome Web Store
View Save to Notion Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (1,232 ratings)
1 new ratings
2 views
This extension has been viewed 2 times
1 downloads
This extension has been downloaded 1 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Save the Web to Notion
Type
Extension
Users
400,000 users
100K
savetonotion.so
View author page of savetonotion.so
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 5, 2020
Version 3.8.26
Manifest version
3
Updated
Updated on October 6, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Save to Notion Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save to Notion",
    "version": "3.8.26",
    "description": "Save the Web to Notion",
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "scripting",
        "contextMenus",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.notion.so\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*.licdn.com\/*",
        "<all_urls>"
    ],
    "optional_permissions": [
        "tabs",
        "webNavigation"
    ],
    "commands": {
        "add-highlights": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Add highlights to your Notion Page"
        },
        "take-full-page-screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Take full page screenshot"
        },
        "take-custom-area-screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Take custom area screenshot"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+E",
                "mac": "Alt+Shift+E"
            }
        }
    },
    "action": {
        "default_title": "Save to Notion"
    },
    "icons": {
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/index.html",
                "modal\/modal.html",
                "toast\/toast.html",
                "highlightTooltip\/highlightTooltip.html",
                "restricted_popup\/index.html",
                "restricted_popup\/script.js",
                "assets\/*.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top