draw.io for Notion

Insert draw.io diagrams in Notion pages and edit them

draw.io for Notionとは何ですか?

draw.io for Notionはhttps://diagrams.netによって開発されたChromeの拡張機能で、その主な機能は「Insert draw.io diagrams in Notion pages and edit them」です。

拡張機能のスクリーンショット

screenshot

draw.io for Notion拡張機能のCRXファイルをダウンロード

draw.io for Notion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        draw.io for Notion is a Chrome extension designed to enable you to insert and edit draw.io diagrams and whiteboards directly into Notion pages.

After installing, pin the draw.io extension. When editing a Notion page, an option to insert a diagram is offered when clicking the extension icon.

After creating new diagrams, simply click on the diagram to start editing again.                    

拡張機能の基本情報

名前 draw.io for Notion draw.io for Notion
ID plhaalebpkihaccllnkdaokdoeaokmle
公式URL https://chromewebstore.google.com/detail/drawio-for-notion/plhaalebpkihaccllnkdaokdoeaokmle
説明 Insert draw.io diagrams in Notion pages and edit them
ファイルサイズ 38.86 KB
インストール数 44,443
現在のバージョン 1.2.5
最終更新日 2023-09-13
公開日 2021-10-21
評価 3.24/5 合計 45 レビュー
開発者 https://diagrams.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.diagrams.net
ヘルプページのURL https://www.drawio.com/blog/drawio-notion
プライバシーポリシーページのURL https://www.drawio.com/trust
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "draw.io for Notion",
    "version": "1.2.5",
    "description": "Insert draw.io diagrams in Notion pages and edit them",
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/*.notion.so\/*",
        "https:\/\/*.notion.site\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "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
}