WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Notion Exporter - Make Notion Exporting Easy

Notion Exporter - Make Notion Exporting Easy

View on Chrome Web Store
View Notion Exporter - Make Notion Exporting Easy Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (8 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Export Notion page into various formats such as long image, cards and so on, while preserving Notion's layout and style.
Type
Extension
Users
1,000 users
20
Shanshi
View author page of Shanshi
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 8, 2024
Version 2.11.0
Manifest version
3
Updated
Updated on May 21, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Notion Exporter - Make Notion Exporting Easy 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": "__MSG_ext_name__",
    "short_name": "Notion Exporter",
    "description": "__MSG_description__",
    "version": "2.11.0",
    "permissions": [
        "scripting",
        "storage",
        "clipboardWrite",
        "sidePanel"
    ],
    "icons": {
        "16": "public\/icons\/16.png",
        "48": "public\/icons\/48.png",
        "128": "public\/icons\/128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Notion Exporter"
    },
    "host_permissions": [
        "https:\/\/www.notion.so\/*",
        "https:\/\/file.notion.so\/*",
        "https:\/\/img.notionusercontent.com\/*",
        "https:\/\/api.notionexporter.com\/*",
        "https:\/\/s.notionexporter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/entry.ts-loader-B6gGTngs.js"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "all_frames": false
        }
    ],
    "options_page": "src\/options\/index.html",
    "side_panel": {
        "default_path": "src\/sidepanel\/index.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "resources": [
                "public\/*",
                "src\/app\/*",
                "assets\/const-1Rytg77A.js",
                "assets\/utils-alEaFzpo.js",
                "assets\/lodash-CB9jT0uw.js",
                "assets\/entry.ts-_owXJXUD.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; 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