WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Notion x Excalidraw Helper

Notion x Excalidraw Helper

View on Chrome Web Store
View Notion x Excalidraw Helper Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (9 ratings)
1 new ratings
8 views
This extension has been viewed 8 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.

A chrome extension to copy graph data between notion and excalidraw
Type
Extension
Users
843 users
2
cuberl.developer
View author page of cuberl.developer
Published
Published on October 19, 2023
Version 1.2.2
Manifest version
3
Updated
Updated on October 19, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Notion x Excalidraw Helper 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",
    "description": "A chrome extension to copy graph data between notion and excalidraw",
    "version": "1.2.2",
    "name": "Notion x Excalidraw Helper",
    "action": {
        "default_icon": "icon.png",
        "default_popup": ""
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*",
                "https:\/\/notion.so\/*"
            ],
            "js": [
                "main.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*.woff2"
            ],
            "matches": [
                "https:\/\/notion.so\/*",
                "https:\/\/www.notion.so\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    }
}
© 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