WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
draw.io for Notion

draw.io for Notion

View on Chrome Web Store
View draw.io for Notion Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (61 ratings)
1 new ratings
10 views
This extension has been viewed 10 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.

Insert draw.io diagrams in Notion pages and edit them
Type
Extension
Users
50,000 users
10K
Website diagrams.net
JGraph
View author page of JGraph
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 21, 2021
Version 1.3.2
Manifest version
3
Updated
Updated on June 27, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View draw.io for 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",
    "name": "draw.io for Notion",
    "version": "1.3.2",
    "description": "Insert draw.io diagrams in Notion pages and edit them",
    "host_permissions": [
        "https:\/\/*.notion.so\/*",
        "https:\/\/*.notion.site\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.notion.so\/*",
                "https:\/\/*.notion.site\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 3
}
© 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